Skip to content
Snippets Groups Projects
Commit 7acb7dc3 authored by Andy Strohman's avatar Andy Strohman Committed by Felix Fietkau
Browse files

ath10k-ct: Enable DFS when "Enable DFS support" is set for kmod-ath


This allows users of this package to configure DFS channels.
It mimics the behaviour of the ath10k module included in
package mac80211

Signed-off-by: default avatarAndy Strohman <andrew@andrewstrohman.com>
parent 4344eb62
No related branches found
No related tags found
No related merge requests found
...@@ -61,6 +61,10 @@ ifdef CONFIG_PACKAGE_ATH_DEBUG ...@@ -61,6 +61,10 @@ ifdef CONFIG_PACKAGE_ATH_DEBUG
NOSTDINC_FLAGS += -DCONFIG_ATH10K_DEBUG NOSTDINC_FLAGS += -DCONFIG_ATH10K_DEBUG
endif endif
ifdef CONFIG_PACKAGE_ATH_DFS
NOSTDINC_FLAGS += -DCONFIG_ATH10K_DFS_CERTIFIED
endif
define Build/Configure define Build/Configure
cp $(STAGING_DIR)/usr/include/mac80211/ath/*.h $(PKG_BUILD_DIR) cp $(STAGING_DIR)/usr/include/mac80211/ath/*.h $(PKG_BUILD_DIR)
endef endef
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment