diff options
author | ajs124_desk <ajs@online.de> | 2014-03-01 21:42:52 +0100 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2014-03-01 22:17:13 +0100 |
commit | 23ae1791917d48da7237d918f19dfa55a6a13d8f (patch) | |
tree | 64348c1c6992705730c32d104b0064169d781155 /contrib | |
parent | 965c476fd5cd10885a7708f0c111c51e697d6694 (diff) | |
download | netctl-23ae1791917d48da7237d918f19dfa55a6a13d8f.tar.gz netctl-23ae1791917d48da7237d918f19dfa55a6a13d8f.tar.xz |
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.
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 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}) |