base-system-busybox: depend on ethtool too

This commit is contained in:
Sören Tempel 2015-03-25 21:43:50 +01:00
parent 8c2eabe17e
commit 8292fe0776

View file

@ -1,7 +1,7 @@
# Build template for 'base-system-busybox'.
pkgname=base-system-busybox
version=1.23.2
revision=3
revision=4
wrksrc="busybox-${version}"
homepage="http://www.busybox.net"
hostmakedepends="perl"
@ -30,7 +30,7 @@ for f in ${_FEATURES}; do
conflicts+=" ${f}>=0"
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
*-musl) depends+=" musl";;