From eae92128380e4e20d393a3ef54c1761c3dc9341c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 20 Sep 2014 11:05:33 +0200 Subject: [PATCH] base-system-busybox: add some rdeps for a minimal live image. --- srcpkgs/base-system-busybox/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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