From 82059c592b32fd2c8e70ea1bd66120afbcf76506 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 17 May 2022 15:33:43 +0800 Subject: [PATCH] ath10k-ct: fix select dependency Signed-off-by: Tianling Shen --- package/kernel/ath10k-ct/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile index d9b7e56ef3..b73446b241 100644 --- a/package/kernel/ath10k-ct/Makefile +++ b/package/kernel/ath10k-ct/Makefile @@ -30,7 +30,7 @@ define KernelPackage/ath10k-ct SUBMENU:=Wireless Drivers TITLE:=ath10k-ct driver optimized for CT ath10k firmware DEPENDS:=+kmod-mac80211 +kmod-ath +@DRIVER_11N_SUPPORT +@DRIVER_11AC_SUPPORT \ - +@DRIVER_11W_SUPPORT @PCI_SUPPORT +kmod-hwmon-core +PACKAGE_kmod-thermal:kmod-thermal + +@DRIVER_11W_SUPPORT @PCI_SUPPORT +kmod-hwmon-core +kmod-thermal FILES:=\ $(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_pci.ko \ $(PKG_BUILD_DIR)/ath10k$(CT_KVER)/ath10k_core.ko