mark mklibs as broken, fixes are in trunk but too intrusive to backport
[openwrt-10.03/.git] / Config.in
index e4c133f40fd8f8770ef0c0a8eec51050d4b88eca..bb6a8ad8416a5e7ed5716b9d9d828866e15e3d2e 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -102,7 +102,7 @@ menu "Target Images"
 
        source "target/linux/*/image/Config.in"
 
 
        source "target/linux/*/image/Config.in"
 
-       config TARGET_ROOTFS_FSPART
+       config TARGET_ROOTFS_PARTSIZE
                int "Root filesystem partition size (in MB)"
                depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || TARGET_rb532
                default 48
                int "Root filesystem partition size (in MB)"
                depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS || TARGET_rb532
                default 48
@@ -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"
@@ -155,6 +166,15 @@ menu "Global build settings"
                help
                        This removes all ipkg/opkg status data files from the target directory before building the root fs
 
                help
                        This removes all ipkg/opkg status data files from the target directory before building the root fs
 
+       config COLLECT_KERNEL_DEBUG
+               bool
+               prompt "Collect kernel debug information"
+               select KERNEL_DEBUG_INFO
+               default n
+               help
+                       This collects debugging symbols from the kernel and all compiled modules.
+                       Useful for release builds, so that kernel issues can be debugged offline later.
+
        comment "Kernel build options"
 
        config KERNEL_DEBUG_FS
        comment "Kernel build options"
 
        config KERNEL_DEBUG_FS
@@ -179,6 +199,17 @@ menu "Global build settings"
                help
                  This will give you more information in stack traces from kernel oopses
 
                help
                  This will give you more information in stack traces from kernel oopses
 
+       config KERNEL_DEBUG_KERNEL
+               bool
+               default n
+
+       config KERNEL_DEBUG_INFO
+               bool "Compile the kernel with debug information"
+               default n
+               select KERNEL_DEBUG_KERNEL
+               help
+                 This will compile your kernel and modules with debug information.
+
        comment "Package build options"
 
        config DEBUG
        comment "Package build options"
 
        config DEBUG
@@ -191,7 +222,7 @@ menu "Global build settings"
        config IPV6
                bool
                prompt "Enable IPv6 support in packages"
        config IPV6
                bool
                prompt "Enable IPv6 support in packages"
-               default n
+               default y
                help
                  Enable IPV6 support in packages (passes --enable-ipv6 to configure scripts).
 
                help
                  Enable IPV6 support in packages (passes --enable-ipv6 to configure scripts).
 
@@ -244,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>)