Enable ACS feature (automatic channel switching)

This commit is contained in:
John W. Linville 2016-04-19 10:51:18 -04:00
parent f516dd9671
commit 37862248c1

View File

@ -2,7 +2,7 @@
Name: hostapd
Version: 2.5
Release: 2%{?dist}
Release: 3%{?dist}
Summary: IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator
License: BSD
URL: http://w1.fi/hostapd
@ -62,6 +62,7 @@ cat defconfig | sed \
-e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
-e '/^#CONFIG_ACS=y/s/^#//' \
> .config
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
echo "LIBS += -L%{_libdir}" >> .config
@ -167,6 +168,9 @@ fi
%{_sysconfdir}/logwatch/scripts/services/%{name}
%changelog
* Tue Apr 19 2016 Sascha Spreitzer <sspreitz@redhat.com> - 2.5-3
- Enable ACS feature (automatic channel switching)
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild