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

LEDE Commits lede-commits at lists.infradead.org
Wed Feb 1 08:50:17 PST 2017


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

commit f6750db5dd664d8d1a339f2daad2c6ad08b1b145
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