summaryrefslogtreecommitdiff
path: root/community/hostapd
diff options
context:
space:
mode:
Diffstat (limited to 'community/hostapd')
-rw-r--r--community/hostapd/PKGBUILD6
-rw-r--r--community/hostapd/config2
-rw-r--r--community/hostapd/hostapd.install4
3 files changed, 5 insertions, 7 deletions
diff --git a/community/hostapd/PKGBUILD b/community/hostapd/PKGBUILD
index 4eeec6596..828a36e47 100644
--- a/community/hostapd/PKGBUILD
+++ b/community/hostapd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 105315 2014-02-04 20:54:33Z spupykin $
+# $Id: PKGBUILD 105700 2014-02-14 09:18:44Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=hostapd
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
arch=('i686' 'x86_64')
url="http://w1.fi/hostapd/"
@@ -24,7 +24,7 @@ source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
config
hostapd.service)
md5sums=('bb9c50e87c5af6f89f387e63911effac'
- '5d7ee10b04e33f22c37be56a4c33dddb'
+ 'eab3ae853869f832965f59898bb04a52'
'a0a16879eed5e4e41ae6b225a4809955')
build() {
diff --git a/community/hostapd/config b/community/hostapd/config
index a11ebd587..55c6ed257 100644
--- a/community/hostapd/config
+++ b/community/hostapd/config
@@ -90,3 +90,5 @@ CONFIG_DRIVER_NL80211=y
CONFIG_IEEE80211N=y
CONFIG_LIBNL32=y
+
+CONFIG_ACS=y
diff --git a/community/hostapd/hostapd.install b/community/hostapd/hostapd.install
index d838c6a47..072cde845 100644
--- a/community/hostapd/hostapd.install
+++ b/community/hostapd/hostapd.install
@@ -1,7 +1,3 @@
post_install() {
echo "> More info: https://wiki.archlinux.org/index.php/Software_Access_Point"
}
-
-post_upgrade() {
- post_install
-}