X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=Config.in;h=bb6a8ad8416a5e7ed5716b9d9d828866e15e3d2e;hp=f4ab5271f74a06ee01637d82973916750f4e5f91;hb=3c3f464dbc17385748b27b6b1f672a25a32324fe;hpb=b819e5445914e2533efa6928e5c37ef39df5556d diff --git a/Config.in b/Config.in index f4ab5271f..bb6a8ad84 100644 --- a/Config.in +++ b/Config.in @@ -138,6 +138,13 @@ menu "Global build settings" In case software provides optional support for patented functionality, this optional support will get disabled for this package. + config BUILD_NLS + default n + bool "Compile with full language support" + help + When this option is enabled, packages are built with the full versions of iconv and GNU gettext + instead of the default OpenWrt stubs. + config LARGEFILE bool prompt "Enable large file (files > 2 GB) support" @@ -268,6 +275,7 @@ menu "Global build settings" config USE_MKLIBS bool "Strip unnecessary functions from libraries" + depends BROKEN help Reduces libraries to only those functions that are necessary for using all selected packages (including those selected as )