]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blobdiff - hostapd/hostapd.nm
flex: Update to 2.6.4
[people/pmueller/ipfire-3.x.git] / hostapd / hostapd.nm
index d169c5c0292bf4a03c92fedd4ed9d865782e6302..62dadd489ccc027d35d2d77c852f90a0e11104bd 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = hostapd
-version    = 2.5
-release    = 1
+version    = 2.6
+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