diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2013-07-24 10:57:48 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2013-07-24 11:39:21 +0200 |
commit | 20c66d6499f22adad6c1dae854a627f061c5fbcb (patch) | |
tree | 5c21c28ce2f17814559188c2ba49ef4bf73dfd2a /contrib | |
parent | cbd00d5652700792a7833617d947f8a78bb34ccc (diff) | |
download | netctl-20c66d6499f22adad6c1dae854a627f061c5fbcb.tar.gz netctl-20c66d6499f22adad6c1dae854a627f061c5fbcb.tar.xz |
Use iproute2 for bridging (FS#36165)
This sheds the dependency on the old bridge-utils (brctl).
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/PKGBUILD.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/PKGBUILD.in b/contrib/PKGBUILD.in index b4e31f0..5375b36 100644 --- a/contrib/PKGBUILD.in +++ b/contrib/PKGBUILD.in @@ -17,7 +17,6 @@ optdepends=('dialog: for the menu based wifi assistant' 'ifplugd: for automatic wired connections through netctl-ifplugd' 'wpa_actiond: for automatic wireless connections through netctl-auto' 'ifenslave: for bond connections' - 'bridge-utils: for bridge connections' 'ppp: for pppoe connections' ) source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig}) |