]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
hostapd: Enable 802.11ac support and taxonomy
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Sep 2018 16:40:40 +0000 (17:40 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 19 Sep 2018 16:40:40 +0000 (17:40 +0100)
Signed-off-by: root <root@ipfire.localdomain>
hostapd/hostapd.nm

index 100343a0d24321c628f9666b2a43798d83c64fe4..62dadd489ccc027d35d2d77c852f90a0e11104bd 100644 (file)
@@ -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