base-system-busybox: add some rdeps for a minimal live image.
This commit is contained in:
parent
4bd6791c13
commit
eae9212838
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue