diff --git a/srcpkgs/base-system-busybox/template b/srcpkgs/base-system-busybox/template index 4d5232b67e..9d70febad7 100644 --- a/srcpkgs/base-system-busybox/template +++ b/srcpkgs/base-system-busybox/template @@ -1,7 +1,7 @@ # Build template for 'base-system-busybox'. pkgname=base-system-busybox version=1.22.1 -revision=9 +revision=10 wrksrc="busybox-${version}" homepage="http://www.busybox.net" hostmakedepends="perl" @@ -24,6 +24,8 @@ for f in ${_FEATURES}; do conflicts+="${f}>=0 " done +depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base" + pre_build() { cp -f ${FILESDIR}/dotconfig .config if [ "$CROSS_BUILD" ]; then