瀏覽代碼

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
Felix Fietkau 14 年之前
父節點
當前提交
246986cdb1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Config.in

+ 1 - 1
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"