From: Arne Fitzenreiter Date: Wed, 19 Mar 2014 18:03:22 +0000 (+0100) Subject: hostapd: enable CONFIG_ACS for dfs channels. X-Git-Tag: v2.15-rc1~22 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=b3c0c61132512367cf30c8286880f01d0cb81ace hostapd: enable CONFIG_ACS for dfs channels. --- diff --git a/config/hostapd/config b/config/hostapd/config index a23207368e..1cd76765a9 100644 --- a/config/hostapd/config +++ b/config/hostapd/config @@ -145,3 +145,7 @@ CONFIG_NO_STDOUT_DEBUG=y # IEEE 802.11ac (Very High Throughput) support CONFIG_IEEE80211AC=y + +# Enable AUTO_CHANNEL_SELECTION +# This is needed for dfs (radar detection) channels +CONFIG_ACS=y diff --git a/lfs/hostapd b/lfs/hostapd index 424e407089..36343de37c 100644 --- a/lfs/hostapd +++ b/lfs/hostapd @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = hostapd -PAK_VER = 27 +PAK_VER = 28 DEPS = ""