From 7b7e4702ef82aa74b69b2a57a835893cfc38691a Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 21 Jul 2010 15:18:24 +0000 Subject: 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 --- Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index f9375be0a..61a46b453 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 -- cgit v1.2.3