diff options
Diffstat (limited to 'community/hostapd')
-rw-r--r-- | community/hostapd/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD index 047355d08..735d181e9 100644 --- a/community/hostapd/PKGBUILD +++ b/community/hostapd/PKGBUILD @@ -5,7 +5,7 @@ pkgname=hostapd pkgver=1.1 pkgrel=1 pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://w1.fi/hostapd/" license=('custom') depends=('openssl' 'libnl') |