diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-01-13 11:33:39 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-01-13 11:33:39 +0000 |
commit | 6897be4df77f050687338c4b7247652ee749c02d (patch) | |
tree | d2cd979c67ffb006d01d6df0dfe8744132701034 /Config.in | |
parent | 007742eb3c57e04dc54dfb10e3c587394fb41c6e (diff) | |
download | upstream-6897be4df77f050687338c4b7247652ee749c02d.tar.gz upstream-6897be4df77f050687338c4b7247652ee749c02d.tar.bz2 upstream-6897be4df77f050687338c4b7247652ee749c02d.zip |
kernel: fix enabling coredump support on 3.7+
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35123 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-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 |