aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-12-22 08:45:13 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-12-22 08:45:13 +0000
commit520d62a2e8332967e10f10fa7934478658ceb66b (patch)
tree6934c1f7932a8d88901b1665cafb40a2696c4586 /Config.in
parent5f97cea3f08a6403a14a240bbeda2641cf057b1e (diff)
downloadmaster-187ad058-520d62a2e8332967e10f10fa7934478658ceb66b.tar.gz
master-187ad058-520d62a2e8332967e10f10fa7934478658ceb66b.tar.bz2
master-187ad058-520d62a2e8332967e10f10fa7934478658ceb66b.zip
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
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in2
1 files changed, 1 insertions, 1 deletions
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"