diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-17 23:14:12 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-03-17 23:14:12 +0000 |
commit | bf4ead177152d60b577521c2b2a3871bb769371b (patch) | |
tree | 51b2d166888f8321212e976b7dd6a234b150dc6c | |
parent | fb563ad26b114065d2b615eab8bff6d291a2c048 (diff) |
add a kernel config option for magic sysrq
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26214 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -227,6 +227,10 @@ menu "Global build settings" bool "Compile the kernel with asynchronous IO support" default n + config KERNEL_MAGIC_SYSRQ + bool "Compile the kernel with SysRq support" + default n + comment "Package build options" config DEBUG |