summaryrefslogtreecommitdiff
path: root/package/busybox/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-01-22 14:12:18 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-01-26 11:20:33 -0600
commitd1cb4bb5b109d1e86850cc35a6fa5b9e46dfabd6 (patch)
tree8df15842975513f597e260da213adedb1f07d33a /package/busybox/Makefile
parent01967529cb4c8ee829e55844432d811efc412c7b (diff)
remove debug code
Diffstat (limited to 'package/busybox/Makefile')
-rw-r--r--package/busybox/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/busybox/Makefile b/package/busybox/Makefile
index 271ceb5b7..0ea1073f1 100644
--- a/package/busybox/Makefile
+++ b/package/busybox/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= busybox
PKG_VERSION:= 1.23.0
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_HASH:= 483ab594dd962ddbb332fd24e36ffdd6e36ac2182fbff055c56e1ca49fda09e4
PKG_DESCR:= core utilities for embedded systems
PKG_SECTION:= base/apps
@@ -34,10 +34,8 @@ do-configure:
# get all symbols from top level config
grep "^BUSYBOX_\|# BUSYBOX" $(ADK_TOPDIR)/.config|grep -v BUSYBOX_DISABLE|sed -e 's/BUSYBOX_/CONFIG_/' > \
${WRKBUILD}/.config
- cp ${WRKBUILD}/.config ${WRKBUILD}/.config.step1
# convert all disabled symbols
for i in $$(grep ^BUSYBOX_DISABLE $(ADK_TOPDIR)/.config);do \
- echo "$$i"; \
sym=$${i#BUSYBOX_DISABLE_}; \
symbol=$$(echo $$sym|sed -e "s#=y##"); \
printf "# CONFIG_$${symbol} is not set\n" >> ${WRKBUILD}/.config; \