From 37862248c197c8bae9ccef770d62b66462675168 Mon Sep 17 00:00:00 2001 From: John W. Linville Date: Apr 19 2016 14:51:18 +0000 Subject: Enable ACS feature (automatic channel switching) --- diff --git a/hostapd.spec b/hostapd.spec index 5898dc9..9985bbc 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -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 - 2.5-3 +- Enable ACS feature (automatic channel switching) + * Wed Feb 03 2016 Fedora Release Engineering - 2.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild