diff options
author | Jouke Witteveen <j.witteveen@gmail.com> | 2012-06-01 12:15:43 +0200 |
---|---|---|
committer | Jouke Witteveen <j.witteveen@gmail.com> | 2012-06-01 12:15:43 +0200 |
commit | 964f899f665a14455b527890f445f6cb2f1d4576 (patch) | |
tree | fef633e3f2ac60b6fc3bd33e4fb5d146dfbfac01 /contrib | |
parent | c037ed5e21d74b7b264b793849bab2972d6912cb (diff) | |
download | netctl-964f899f665a14455b527890f445f6cb2f1d4576.tar.gz netctl-964f899f665a14455b527890f445f6cb2f1d4576.tar.xz |
List ifenslave as an optional dependency (FS#30091)
Needed for bonding interfaces.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/PKGBUILD b/contrib/PKGBUILD index 7f089f2..b6336af 100644 --- a/contrib/PKGBUILD +++ b/contrib/PKGBUILD @@ -10,11 +10,12 @@ backup=(etc/iftab etc/conf.d/netcfg) depends=("coreutils" "dhcpcd" "iproute2") #makedepends=('asciidoc') # The source tarball includes pre-built documentation. optdepends=('dialog: for the menu based profile and wifi selectors' - 'bridge-utils: for bridge connections' 'wpa_supplicant: for wireless networking support' - 'wpa_actiond: for automatic wireless connections through rc.d/net-auto-wireless' 'ifplugd: for automatic wired connections through rc.d/net-auto-wired' + 'wpa_actiond: for automatic wireless connections through rc.d/net-auto-wireless' 'wireless_tools: for interface renaming through net-rename' + 'ifenslave: for bond connections' + 'bridge-utils: for bridge connections' ) source=(ftp://ftp.archlinux.org/other/netcfg/netcfg-${pkgver}.tar.xz) arch=(any) |