Enable ACS feature (automatic channel switching)
This commit is contained in:
parent
f516dd9671
commit
37862248c1
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: hostapd
|
Name: hostapd
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?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
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://w1.fi/hostapd
|
URL: http://w1.fi/hostapd
|
||||||
@ -62,6 +62,7 @@ cat defconfig | sed \
|
|||||||
-e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
|
-e '/^#CONFIG_IEEE80211AC=y/s/^#//' \
|
||||||
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
|
-e '/^#CONFIG_FULL_DYNAMIC_VLAN=y/s/^#//' \
|
||||||
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
-e '/^#CONFIG_LIBNL32=y/s/^#//' \
|
||||||
|
-e '/^#CONFIG_ACS=y/s/^#//' \
|
||||||
> .config
|
> .config
|
||||||
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
|
echo "CFLAGS += -I%{_includedir}/libnl3" >> .config
|
||||||
echo "LIBS += -L%{_libdir}" >> .config
|
echo "LIBS += -L%{_libdir}" >> .config
|
||||||
@ -167,6 +168,9 @@ fi
|
|||||||
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
%{_sysconfdir}/logwatch/scripts/services/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user