aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-07-21 15:18:24 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-07-21 15:18:24 +0000
commit0bc00cc46087df6ff79a7522242cf6a1bbf95ead (patch)
tree1ba1f04dc6423764eb6d8af2edfbc116eca1a066 /Config.in
parentf3ff256eda5621186e2b7b339949544f38cead68 (diff)
downloadupstream-0bc00cc46087df6ff79a7522242cf6a1bbf95ead.tar.gz
upstream-0bc00cc46087df6ff79a7522242cf6a1bbf95ead.tar.bz2
upstream-0bc00cc46087df6ff79a7522242cf6a1bbf95ead.zip
add a build system option for collecting all kernel debug information (including modules) in a tarball
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22327 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index f9375be0a2..61a46b4532 100644
--- a/Config.in
+++ b/Config.in
@@ -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