]> git.ipfire.org Git - ipfire-3.x.git/blobdiff - hostapd/hostapd.nm
hostapd: Update to 2.8
[ipfire-3.x.git] / hostapd / hostapd.nm
index 216fe633a43fe29ecbc1993c7a08a7c5e003c5f1..c4bc6861c002db447653730bc18155dac9310450 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = hostapd
-version    = 2.0
+version    = 2.8
 release    = 1
 
 groups     = Networking/Tools
@@ -23,7 +23,7 @@ source_dl  = http://hostap.epitest.fi/releases/
 
 build
        requires
-               libnl-devel
+               libnl3-devel
                openssl-devel
        end
 
@@ -33,16 +33,24 @@ build
                # Create our custom configuration.
                cat defconfig > .config
                sed -i .config \
+                       -e '/^#CONFIG_GETRANDOM=y/s/^#//' \
+                       -e '/^#CONFIG_ACS=y/s/^#//' \
+                       -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