From 23ae1791917d48da7237d918f19dfa55a6a13d8f Mon Sep 17 00:00:00 2001 From: ajs124_desk Date: Sat, 1 Mar 2014 21:42:52 +0100 Subject: port bonding from ifenslave to iproute2 Ifenslave is deprecated according to the kernel documentation: https://www.kernel.org/doc/Documentation/networking/bonding.txt It also added an additional, unnecessary dependency. I tried to update the documentation to reflect this change. --- contrib/PKGBUILD.in | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib') diff --git a/contrib/PKGBUILD.in b/contrib/PKGBUILD.in index 5375b36..22cddd8 100644 --- a/contrib/PKGBUILD.in +++ b/contrib/PKGBUILD.in @@ -16,7 +16,6 @@ optdepends=('dialog: for the menu based wifi assistant' 'wpa_supplicant: for wireless networking support' 'ifplugd: for automatic wired connections through netctl-ifplugd' 'wpa_actiond: for automatic wireless connections through netctl-auto' - 'ifenslave: for bond connections' 'ppp: for pppoe connections' ) source=(ftp://ftp.archlinux.org/other/packages/netctl/netctl-${pkgver}.tar.xz{,.sig}) -- cgit v1.2.3-24-g4f1b