[source] ath10k-ct: Enable DFS when "Enable DFS support" is set for kmod-ath
LEDE Commits
lede-commits at lists.infradead.org
Tue Dec 20 07:32:39 PST 2016
nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/7acb7dc3db823687b0c05a0b0ee31e05267ff551
commit 7acb7dc3db823687b0c05a0b0ee31e05267ff551
Author: Andy Strohman <andrew at andrewstrohman.com>
AuthorDate: Sun Dec 18 11:06:06 2016 -0800
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: Andy Strohman <andrew at andrewstrohman.com>
---
package/kernel/ath10k-ct/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index c5e5045..97f284e 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -61,6 +61,10 @@ ifdef CONFIG_PACKAGE_ATH_DEBUG
NOSTDINC_FLAGS += -DCONFIG_ATH10K_DEBUG
endif
+ifdef CONFIG_PACKAGE_ATH_DFS
+ NOSTDINC_FLAGS += -DCONFIG_ATH10K_DFS_CERTIFIED
+endif
+
define Build/Configure
cp $(STAGING_DIR)/usr/include/mac80211/ath/*.h $(PKG_BUILD_DIR)
endef
More information about the lede-commits
mailing list