diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-13 11:33:39 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-01-13 11:33:39 +0000 |
commit | 399689f5eaa434cfcf581b44853d4ac79e193b32 (patch) | |
tree | d2cd979c67ffb006d01d6df0dfe8744132701034 | |
parent | 7f84cfd9915ac02b2199139bc4eb4f31f60ec416 (diff) |
kernel: fix enabling coredump support on 3.7+
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35123 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -276,8 +276,12 @@ menu "Global build settings" bool "Compile the kernel with SysRq support" default y + config KERNEL_COREDUMP + bool + config KERNEL_ELF_CORE bool "Enable process core dump support" + select KERNEL_COREDUMP default y config KERNEL_PROVE_LOCKING |