From 6eb3a090355ba89ec0cf2069d5783e5ff4f8e7fb Mon Sep 17 00:00:00 2001 From: Christof Schulze Date: Sat, 11 Feb 2017 10:47:16 +0100 Subject: [PATCH] Revert "add debug-flag to build system, if enabled set CONFIG_DEBUG and do not strip binaries" This reverts commit 9db332ba4931cc991f56cdc340b2204405ea14db. --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index bed2deff..d1d925f8 100644 --- a/Makefile +++ b/Makefile @@ -99,11 +99,6 @@ config: FORCE && echo 'CONFIG_GLUON_RELEASE="$(GLUON_RELEASE)"' \ && echo 'CONFIG_GLUON_SITEDIR="$(GLUON_SITEDIR)"' \ && echo 'CONFIG_GLUON_BRANCH="$(GLUON_BRANCH)"' \ - $(if $(DEBUG),&& echo 'CONFIG_DEBUG=y' \ - && echo 'CONFIG_NO_STRIP=y' \ - && echo '# CONFIG_USE_STRIP is not set' \ - && echo '# CONFIG_USE_SSTRIP is not set' \ - && echo '# CONFIG_STRIP_KERNEL_EXPORTS is not set') \ ) > lede/.config +@$(LEDEMAKE) defconfig