summaryrefslogtreecommitdiffstats
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
commit246986cdb1c0ca0074d7bcd9bfb110417b4abc64 (patch)
tree0633c90d418b899ff49689564bda880577ebb061 /Config.in
parentdb0a1db257ca42b09c13ceb54a036cc237a1b57d (diff)
downloadmaster-31e0f0ae-246986cdb1c0ca0074d7bcd9bfb110417b4abc64.tar.gz
master-31e0f0ae-246986cdb1c0ca0074d7bcd9bfb110417b4abc64.tar.bz2
master-31e0f0ae-246986cdb1c0ca0074d7bcd9bfb110417b4abc64.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
SVN-Revision: 29600
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"