X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=Config.in;h=daecd171e9bd23818c158175aacb202b27f83b3a;hb=2d8264c7eda2a9881c55ca0e9c9a7313788fe858;hp=e4c133f40fd8f8770ef0c0a8eec51050d4b88eca;hpb=f19762f44dfbe3daaedf4613f88c0afd85da3723;p=openwrt.git diff --git a/Config.in b/Config.in index e4c133f40f..daecd171e9 100644 --- a/Config.in +++ b/Config.in @@ -102,7 +102,7 @@ menu "Target Images" 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 @@ -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 @@ -179,6 +188,17 @@ menu "Global build settings" 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 @@ -191,7 +211,7 @@ menu "Global build settings" 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).