diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-27 13:52:33 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-24 12:22:29 +0100 |
commit | d27dd6298b0f9a66199758b32ce19c0932ef2ee0 (patch) | |
tree | f2ad5c59c522cf58376d54a98a0f861cdc4e03b9 /package | |
parent | 0ce2d5b6bf1e29ab0c4b69a3aeb5fb2f1ee745e8 (diff) | |
download | upstream-d27dd6298b0f9a66199758b32ce19c0932ef2ee0.tar.gz upstream-d27dd6298b0f9a66199758b32ce19c0932ef2ee0.tar.bz2 upstream-d27dd6298b0f9a66199758b32ce19c0932ef2ee0.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')
-rw-r--r-- | package/kernel/ath10k-ct/Makefile | 2 |
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 |