1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-06-30 22:24:12 +03:00

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
This commit is contained in:
nbd 2011-12-22 08:45:13 +00:00
parent 2ca2cb6c37
commit 0b3230ff77

View File

@ -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"