projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02586cb
)
ath10k-ct: depend on kmod-hwmon-core, it gets used when CONFIG_THERMAL is set
author
Felix Fietkau
<
[email protected]
>
Fri, 27 Jan 2017 12:52:33 +0000
(13:52 +0100)
committer
Felix Fietkau
<
[email protected]
>
Wed, 1 Feb 2017 16:49:54 +0000
(17:49 +0100)
Signed-off-by: Felix Fietkau <
[email protected]
>
package/kernel/ath10k-ct/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/ath10k-ct/Makefile
b/package/kernel/ath10k-ct/Makefile
index bea6d85b757ea57f5d78c859d62385f3eeac3e56..4ec49c326560f55d0ab66419fac89744ea5f9535 100644
(file)
--- 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