From: nbd Date: Thu, 22 Dec 2011 08:45:13 +0000 (+0000) Subject: kernel: enable magic sysrq by default, it does not add much to the kernel image size... X-Git-Tag: fast2504n-3.10.28-merged~7419 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=0b3230ff776fe070fe41a5057f04643215d0938c;p=openwrt.git kernel: enable magic sysrq by default, it does not add much to the kernel image size, but is useful for debugging many kinds of hangs/crashes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29600 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Config.in b/Config.in index 736a97282f..901d740064 100644 --- a/Config.in +++ b/Config.in @@ -229,7 +229,7 @@ menu "Global build settings" config KERNEL_MAGIC_SYSRQ bool "Compile the kernel with SysRq support" - default n + default y config KERNEL_ELF_CORE bool "Enable process core dump support"