aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-13 11:33:39 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-13 11:33:39 +0000
commit6897be4df77f050687338c4b7247652ee749c02d (patch)
treed2cd979c67ffb006d01d6df0dfe8744132701034 /Config.in
parent007742eb3c57e04dc54dfb10e3c587394fb41c6e (diff)
downloadmaster-187ad058-6897be4df77f050687338c4b7247652ee749c02d.tar.gz
master-187ad058-6897be4df77f050687338c4b7247652ee749c02d.tar.bz2
master-187ad058-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.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index e3bbe2afa4..2f275fd4fb 100644
--- a/Config.in
+++ b/Config.in
@@ -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