aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/ath10k-ct
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2017-01-27 13:52:33 +0100
committerFelix Fietkau <nbd@nbd.name>2017-02-01 17:49:54 +0100
commitf6750db5dd664d8d1a339f2daad2c6ad08b1b145 (patch)
tree1dd20c496e2b2bf00aa57ac192e6dd84216b9b61 /package/kernel/ath10k-ct
parent02586cb10523a1d7d1c974a5c3d226760ab55071 (diff)
downloadupstream-f6750db5dd664d8d1a339f2daad2c6ad08b1b145.tar.gz
upstream-f6750db5dd664d8d1a339f2daad2c6ad08b1b145.tar.bz2
upstream-f6750db5dd664d8d1a339f2daad2c6ad08b1b145.zip
ath10k-ct: depend on kmod-hwmon-core, it gets used when CONFIG_THERMAL is set
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/kernel/ath10k-ct')
-rw-r--r--package/kernel/ath10k-ct/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/ath10k-ct/Makefile b/package/kernel/ath10k-ct/Makefile
index bea6d85b75..4ec49c3265 100644
--- a/package/kernel/ath10k-ct/Makefile
+++ b/package/kernel/ath10k-ct/Makefile
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/package.mk
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 @PCI_SUPPORT +@KERNEL_RELAY
+ DEPENDS:=+kmod-mac80211 +kmod-ath +@DRIVER_11N_SUPPORT +@DRIVER_11AC_SUPPORT @PCI_SUPPORT +@KERNEL_RELAY +kmod-hwmon-core
FILES:=\
$(PKG_BUILD_DIR)/ath10k/ath10k_pci.ko \
$(PKG_BUILD_DIR)/ath10k/ath10k_core.ko