Enable 802.11n support
This commit is contained in:
parent
616d7d9945
commit
c452e45a31
@ -1,6 +1,6 @@
|
|||||||
Name: hostapd
|
Name: hostapd
|
||||||
Version: 0.6.9
|
Version: 0.6.9
|
||||||
Release: 6%{?dist}
|
Release: 7%{?dist}
|
||||||
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -55,7 +55,8 @@ cd hostapd
|
|||||||
cat defconfig | sed -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \
|
cat defconfig | sed -e '/^#CONFIG_DRIVER_NL80211=y/s/^#//' \
|
||||||
-e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \
|
-e '/^#CONFIG_RADIUS_SERVER=y/s/^#//' \
|
||||||
-e '/^#CONFIG_DRIVER_WIRED=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"
|
make %{?_smp_mflags} EXTRA_CFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
|
||||||
|
|
||||||
@ -141,6 +142,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 17 2009 John W. Linville <linville@redhat.com> - 0.6.9-7
|
||||||
|
- Enable 802.11n support
|
||||||
|
|
||||||
* Thu Dec 17 2009 John W. Linville <linville@redhat.com> - 0.6.9-6
|
* Thu Dec 17 2009 John W. Linville <linville@redhat.com> - 0.6.9-6
|
||||||
- Enable RADIUS server
|
- Enable RADIUS server
|
||||||
- Enable "wired" and "none" drivers
|
- Enable "wired" and "none" drivers
|
||||||
|
Loading…
Reference in New Issue
Block a user