mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-18 23:12:59 +02:00
hostapd: enable CONFIG_ACS for dfs channels.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user