projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bf03f9
)
kernel: fix enabling coredump support on 3.7+
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Jan 2013 11:33:39 +0000
(11:33 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 13 Jan 2013 11:33:39 +0000
(11:33 +0000)
SVN-Revision: 35123
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index e3bbe2afa480e1809e083dfd1e7e30f583bca0ca..2f275fd4fbfe470a5760c025a8e355c1d322dd7b 100644
(file)
--- 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