mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-18 22:11:14 +01:00
kernel: add a top level menuconfig option for enabling core dump support
SVN-Revision: 28744
This commit is contained in:
parent
d4d91df5fe
commit
18a4bbb98d
1 changed files with 4 additions and 0 deletions
|
|
@ -231,6 +231,10 @@ menu "Global build settings"
|
|||
bool "Compile the kernel with SysRq support"
|
||||
default n
|
||||
|
||||
config KERNEL_ELF_CORE
|
||||
bool "Enable process core dump support"
|
||||
default y
|
||||
|
||||
comment "Package build options"
|
||||
|
||||
config DEBUG
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue