[source] ath10k-ct: depend on kmod-hwmon-core, it gets used when CONFIG_THERMAL is set

LEDE Commits lede-commits at lists.infradead.org
Fri Feb 24 06:02:55 PST 2017


nbd pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/d27dd6298b0f9a66199758b32ce19c0932ef2ee0

commit d27dd6298b0f9a66199758b32ce19c0932ef2ee0
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Fri Jan 27 13:52:33 2017 +0100

    ath10k-ct: depend on kmod-hwmon-core, it gets used when CONFIG_THERMAL is set
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 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 bea6d85..4ec49c3 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 + at DRIVER_11N_SUPPORT + at DRIVER_11AC_SUPPORT @PCI_SUPPORT + at KERNEL_RELAY
+  DEPENDS:=+kmod-mac80211 +kmod-ath + at DRIVER_11N_SUPPORT + at DRIVER_11AC_SUPPORT @PCI_SUPPORT + at KERNEL_RELAY +kmod-hwmon-core
   FILES:=\
 	$(PKG_BUILD_DIR)/ath10k/ath10k_pci.ko \
 	$(PKG_BUILD_DIR)/ath10k/ath10k_core.ko



More information about the lede-commits mailing list