From 8292fe0776f6780dd1a88e3af27f84b824345345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 25 Mar 2015 21:43:50 +0100 Subject: [PATCH] base-system-busybox: depend on ethtool too --- srcpkgs/base-system-busybox/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/base-system-busybox/template b/srcpkgs/base-system-busybox/template index 308b505bda7..86c7ffe6733 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.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";;