package/iptables: upgrade to iptables version 1.4.9
[openwrt/openwrt.git] / Config.in
index f9375be0a21cf7ba7cd8badb1fc2c58b21e04c6b..daecd171e9bd23818c158175aacb202b27f83b3a 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -155,6 +155,15 @@ menu "Global build settings"
                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