busybox: force rebuild on config update

This commit is contained in:
Stephan Raue 2014-08-17 13:02:59 +03:00
parent 9fda0a0a35
commit b2084ce45f

View File

@ -26,6 +26,7 @@ PKG_URL="http://busybox.net/downloads/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_HOST=""
PKG_DEPENDS_TARGET="toolchain busybox:host hdparm dosfstools e2fsprogs zip unzip pciutils usbutils parted"
PKG_DEPENDS_INIT="toolchain"
PKG_NEED_UNPACK="packages/sysutils/busybox/config/*"
PKG_PRIORITY="required"
PKG_SECTION="system"
PKG_SHORTDESC="BusyBox: The Swiss Army Knife of Embedded Linux"