rpms/hostapd/devel hostapd.spec,1.1,1.2

John W. Linville linville at fedoraproject.org
Thu Jan 14 19:31:28 UTC 2010


Author: linville

Update of /cvs/pkgs/rpms/hostapd/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5607

Modified Files:
	hostapd.spec 
Log Message:
Enable 802.11n support


Index: hostapd.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hostapd/devel/hostapd.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- hostapd.spec	21 Dec 2009 20:06:42 -0000	1.1
+++ hostapd.spec	14 Jan 2010 19:31:27 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           hostapd
 Version:        0.6.9
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
 Group:          System Environment/Daemons
 License:        BSD
@@ -55,7 +55,8 @@ cd hostapd
 cat defconfig | sed -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \
 			-e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \
 			-e '/^#CONFIG_DRIVER_WIRED=y/s/^#//' \
-			-e '/^#CONFIG_DRIVER_NONE=y/s/^#//' > .config
+			-e '/^#CONFIG_DRIVER_NONE=y/s/^#//' \
+			-e '/^#CONFIG_IEEE80211N=y/s/^#//' > .config
 make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS"
 
 
@@ -141,6 +142,9 @@ fi
 
 
 %changelog
+* Thu Dec 17 2009 John W. Linville <linville at redhat.com> - 0.6.9-7
+- Enable 802.11n support
+
 * Thu Dec 17 2009 John W. Linville <linville at redhat.com> - 0.6.9-6
 - Enable RADIUS server
 - Enable "wired" and "none" drivers



More information about the scm-commits mailing list