diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-07-21 15:18:24 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-07-21 15:18:24 +0000 |
commit | fd8142403e749b00e701f1c6831e8fc48f19c374 (patch) | |
tree | 980f3f9e4d23defb20b9f2f3cba7725d2de6a0e9 /Config.in | |
parent | 91edb990178e3b0266337ebddc7f041c67f1c2fb (diff) | |
download | upstream-fd8142403e749b00e701f1c6831e8fc48f19c374.tar.gz upstream-fd8142403e749b00e701f1c6831e8fc48f19c374.tar.bz2 upstream-fd8142403e749b00e701f1c6831e8fc48f19c374.zip |
add a build system option for collecting all kernel debug information (including modules) in a tarball
SVN-Revision: 22327
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -155,6 +155,15 @@ menu "Global build settings" help This removes all ipkg/opkg status data files from the target directory before building the root fs + config COLLECT_KERNEL_DEBUG + bool + prompt "Colllect kernel debug information" + select KERNEL_DEBUG_INFO + default n + help + This collects debugging symbols from the kernel and all compiled modules. + Useful for release builds, so that kernel issues can be debugged offline later. + comment "Kernel build options" config KERNEL_DEBUG_FS |