diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-04 01:05:06 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-11-04 01:05:06 +0000 |
commit | 55dc011f6f013b7d299de43399b7dcf5069e55f0 (patch) | |
tree | c25e7989ccf209033d1ccf1d77ddf743900038e8 | |
parent | 6a7cd57cdb2f4bbb179edd845e4eaf4dfea93944 (diff) |
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
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 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 |