mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
kernel: add a top level menuconfig option for enabling core dump support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28744 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6a7cd57cdb
commit
55dc011f6f
@ -231,6 +231,10 @@ menu "Global build settings"
|
|||||||
bool "Compile the kernel with SysRq support"
|
bool "Compile the kernel with SysRq support"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config KERNEL_ELF_CORE
|
||||||
|
bool "Enable process core dump support"
|
||||||
|
default y
|
||||||
|
|
||||||
comment "Package build options"
|
comment "Package build options"
|
||||||
|
|
||||||
config DEBUG
|
config DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user