summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-28 09:47:18 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2015-01-28 09:47:18 +0100
commit7214b10f9ca2e5be8f3e479b59d3edf2ddffd7e7 (patch)
tree01f3089493ee8c88caa81ea3d24fe014cc898456 /package/busybox
parentf4d07b4d155c15a640692a9b0d44303e32110ece (diff)
parentd3edb850913a1c0beafa427661ac996f76a47589 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/busybox')
-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; \