From: Felix Fietkau Date: Sun, 13 Jan 2013 11:33:39 +0000 (+0000) Subject: kernel: fix enabling coredump support on 3.7+ X-Git-Tag: reboot~11618 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dc248b811f9947f9abb769bbc8bb9d2323b0ffe9;p=openwrt%2Fstaging%2Fchunkeey.git kernel: fix enabling coredump support on 3.7+ SVN-Revision: 35123 --- 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