[backfire] scripts: merge r29944 - r29948
[openwrt-10.03/.git] / Config.in
index daecd171e9bd23818c158175aacb202b27f83b3a..bb6a8ad8416a5e7ed5716b9d9d828866e15e3d2e 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -126,6 +126,10 @@ menu "Global build settings"
 
        comment "General build options"
 
 
        comment "General build options"
 
+       config DISPLAY_SUPPORT
+               bool "Show packages that require graphics support (local or remote)"
+               default n
+
        config BUILD_PATENTED
                default y
                bool "Compile with support for patented functionality"
        config BUILD_PATENTED
                default y
                bool "Compile with support for patented functionality"
@@ -134,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.
 
                  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"
        config LARGEFILE
                bool
                prompt "Enable large file (files > 2 GB) support"
@@ -264,6 +275,7 @@ menu "Global build settings"
 
        config USE_MKLIBS
                bool "Strip unnecessary functions from libraries"
 
        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 <M>)
                help
                  Reduces libraries to only those functions that are necessary for using all
                  selected packages (including those selected as <M>)