]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
hostapd: Update to 2.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Aug 2013 11:25:30 +0000 (13:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 23 Aug 2013 11:25:30 +0000 (13:25 +0200)
hostapd/hostapd.nm

index 5e7351babf2adf2d7ded8a63e4528ed846395393..216fe633a43fe29ecbc1993c7a08a7c5e003c5f1 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = hostapd
-version    = 1.0
-release    = 2
+version    = 2.0
+release    = 1
 
 groups     = Networking/Tools
 url        = http://hostap.epitest.fi/hostapd/
@@ -33,8 +33,11 @@ build
                # Create our custom configuration.
                cat defconfig > .config
                sed -i .config \
-                       -e "/^#CONFIG_IEEE80211N=y/s/^#//" \
-                       -e "/^#CONFIG_RADIUS_SERVER=y/s/^#//"
+                       -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \
+                       -e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \
+                       -e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \
+                       -e '/^#CONFIG_IEEE80211N=y/s/^#//' \
+                       -e '/^#CONFIG_RADIUS_SERVER=y/s/^#//'
        end
 
        build