projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f84cfd
)
kernel: fix enabling coredump support on 3.7+
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Jan 2013 11:33:39 +0000
(11:33 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 13 Jan 2013 11:33:39 +0000
(11:33 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35123
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index
e3bbe2a
..
2f275fd
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