From: Michael Tremer Date: Fri, 23 Aug 2013 11:25:30 +0000 (+0200) Subject: hostapd: Update to 2.0. X-Git-Tag: pango~185^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ee8dcc4d67be07934e5ee8a697f7a55d4203d93;p=people%2Fstevee%2Fipfire-3.x.git hostapd: Update to 2.0. --- diff --git a/hostapd/hostapd.nm b/hostapd/hostapd.nm index 5e7351bab..216fe633a 100644 --- a/hostapd/hostapd.nm +++ b/hostapd/hostapd.nm @@ -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