[LEDE-DEV] missing debugging stuff for 17.01.0 release binaries

Daniel Golle daniel at makrotopia.org
Thu Mar 23 15:48:58 PDT 2017


Hi!


On Sun, Mar 19, 2017 at 12:46:37PM +0100, Daniel Golle wrote:
> Hi!
> 
> I just realized that debugging symbols have not been published along
> with the (stripped) release binaries for 17.01.0.
> This is bad because this is needed to understand e.g. the call trace
> dumped along with a kernel oops.
> OpenWrt 15.05.1 got that while LEDE 17.01.0 doesn't :(
> 
> http://downloads.openwrt.org/chaos_calmer/15.05.1/ar71xx/generic/kernel-debug.tar.bz2

Anyone? The fix should be as simple as:

diff --git a/phase1/config.seed.example b/phase1/config.seed.example
index 06914d4..f242c17 100644
--- a/phase1/config.seed.example
+++ b/phase1/config.seed.example
@@ -2,3 +2,4 @@ CONFIG_BUILDBOT=y
 CONFIG_DEVEL=y
 CONFIG_CCACHE=y
 CONFIG_KERNEL_KALLSYMS=y
+CONFIG_COLLECT_KERNEL_DEBUG=y


Cheers


Daniel




More information about the Lede-dev mailing list