From: Michael Tremer Date: Sun, 12 Sep 2010 16:34:50 +0000 (+0200) Subject: network: Fix runtime dependency: brctl -> bridge-utils. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bee18d4d916e61c47d3395750d4a235bc4b9a280;p=ipfire-3.x.git network: Fix runtime dependency: brctl -> bridge-utils. --- diff --git a/pkgs/core/network/network.nm b/pkgs/core/network/network.nm index 25b6c8904..0554d38d0 100644 --- a/pkgs/core/network/network.nm +++ b/pkgs/core/network/network.nm @@ -34,7 +34,8 @@ PKG_URL = http://www.ipfire.org/ PKG_LICENSE = GPLv3+ PKG_SUMMARY = The IPFire Networking Scripts. -PKG_DEPS += bash brctl coreutils dhcp grep iproute2 ppp sqlite upstart vlan +PKG_DEPS += bash bridge-utils coreutils dhcp grep iproute2 ppp sqlite \ + upstart vlan define PKG_DESCRIPTION This script installs the IPFire Networking Scripts.