X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=Config.in;h=6f81e0bdd82642a2cbe0e7234726357605a1dd90;hp=e3bbe2afa480e1809e083dfd1e7e30f583bca0ca;hb=57424c13ea33aa951c3a628deb7c4b604a9a54f3;hpb=894f462552978fe9c83210ab255c6130efe26b50 diff --git a/Config.in b/Config.in index e3bbe2afa4..6f81e0bdd8 100644 --- a/Config.in +++ b/Config.in @@ -215,7 +215,7 @@ menu "Global build settings" config KERNEL_KALLSYMS bool "Compile the kernel with symbol table information" - default n + default y help This will give you more information in stack traces from kernel oopses @@ -234,7 +234,7 @@ menu "Global build settings" config KERNEL_DEBUG_INFO bool "Compile the kernel with debug information" - default n + default y select KERNEL_DEBUG_KERNEL help This will compile your kernel and modules with debug information. @@ -276,8 +276,12 @@ menu "Global build settings" bool "Compile the kernel with SysRq support" default y + config KERNEL_COREDUMP + bool + config KERNEL_ELF_CORE bool "Enable process core dump support" + select KERNEL_COREDUMP default y config KERNEL_PROVE_LOCKING @@ -511,7 +515,7 @@ menu "Global build settings" choice prompt "Binary stripping method" default USE_STRIP if EXTERNAL_TOOLCHAIN - default USE_STRIP if USE_GLIBC || USE_EGLIBC + default USE_STRIP if USE_GLIBC || USE_EGLIBC || USE_MUSL default USE_SSTRIP help Select the binary stripping method you wish to use. @@ -532,7 +536,6 @@ menu "Global build settings" depends !DEBUG depends !USE_GLIBC depends !USE_EGLIBC - depends !USE_MUSL help This will install binaries stripped using sstrip endchoice