base-system-busybox: depend on ethtool too
This commit is contained in:
parent
8c2eabe17e
commit
8292fe0776
@ -1,7 +1,7 @@
|
|||||||
# Build template for 'base-system-busybox'.
|
# Build template for 'base-system-busybox'.
|
||||||
pkgname=base-system-busybox
|
pkgname=base-system-busybox
|
||||||
version=1.23.2
|
version=1.23.2
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="busybox-${version}"
|
wrksrc="busybox-${version}"
|
||||||
homepage="http://www.busybox.net"
|
homepage="http://www.busybox.net"
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
@ -30,7 +30,7 @@ for f in ${_FEATURES}; do
|
|||||||
conflicts+=" ${f}>=0"
|
conflicts+=" ${f}>=0"
|
||||||
done
|
done
|
||||||
|
|
||||||
depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base procps-ng tzdata"
|
depends="base-files runit-void xbps kbd eudev shadow kmod ncurses-base procps-ng tzdata ethtool"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) depends+=" musl";;
|
*-musl) depends+=" musl";;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user