From: Michael Tremer Date: Wed, 19 Sep 2018 16:40:40 +0000 (+0100) Subject: hostapd: Enable 802.11ac support and taxonomy X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=902ce59339c2ff628212277ac4cb35b9756899ec;p=ipfire-3.x.git hostapd: Enable 802.11ac support and taxonomy Signed-off-by: root --- diff --git a/hostapd/hostapd.nm b/hostapd/hostapd.nm index 100343a0d..62dadd489 100644 --- a/hostapd/hostapd.nm +++ b/hostapd/hostapd.nm @@ -5,7 +5,7 @@ name = hostapd version = 2.6 -release = 1 +release = 2 groups = Networking/Tools url = http://hostap.epitest.fi/hostapd/ @@ -23,7 +23,7 @@ source_dl = http://hostap.epitest.fi/releases/ build requires - libnl-devel + libnl3-devel openssl-devel end @@ -33,9 +33,13 @@ build # Create our custom configuration. cat defconfig > .config sed -i .config \ + -e '/^#CONFIG_ACS=y/s/^#//' \ + -e '/^#CONFIG_LIBNL32=y/s/^#//' \ + -e '/^#CONFIG_TAXONOMY=y/s/^#//' \ -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \ -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \ -e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \ + -e '/^#CONFIG_IEEE80211AC=y/s/^#//' \ -e '/^#CONFIG_IEEE80211N=y/s/^#//' \ -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' end