]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
hostapd: Enable 802.11ax and SAE (aka WPA3)
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Mar 2019 16:54:41 +0000 (17:54 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 30 Mar 2019 16:56:14 +0000 (17:56 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
hostapd/hostapd.nm

index eb38e461086a0a1d0bd8603197d55df947a0c056..fefda2fc250e15202ba2be073275f316c6f6b92d 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = hostapd
 version    = 2.7
-release    = 1
+release    = 2
 
 groups     = Networking/Tools
 url        = http://hostap.epitest.fi/hostapd/
@@ -38,16 +38,19 @@ build
                        -e '/^#CONFIG_LIBNL32=y/s/^#//' \
                        -e '/^#CONFIG_TAXONOMY=y/s/^#//' \
                        -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \
+                       -e '/^#CONFIG_DRIVER_NL80211_QCA=y/s/^#//' \
                        -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \
                        -e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \
                        -e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
+                       -e '/^#CONFIG_IEEE80211AX=y/s/^#//' \
                        -e '/^#CONFIG_IEEE80211N=y/s/^#//' \
                        -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//'
        end
 
        build
                cd hostapd
-               make %{PARALLELISMFLAGS} CC=gcc
+               make %{PARALLELISMFLAGS} CC=gcc \
+                       CONFIG_SAE=y
        end
 
        install