projects
/
openwrt
/
staging
/
ansuel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f18228
)
kernel: make kmod-gpiofan depend on kmod-thermal to fix build errors
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Dec 2015 16:58:45 +0000
(16:58 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 22 Dec 2015 16:58:45 +0000
(16:58 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 47960
package/kernel/linux/modules/hwmon.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/hwmon.mk
b/package/kernel/linux/modules/hwmon.mk
index ca0ff661726dcd4b0a5d1cd4763d29715e9f6393..ad1c7bf91d108f9896781ca87f10716df568e2fa 100644
(file)
--- a/
package/kernel/linux/modules/hwmon.mk
+++ b/
package/kernel/linux/modules/hwmon.mk
@@
-274,7
+274,7
@@
define KernelPackage/hwmon-gpiofan
KCONFIG:=CONFIG_SENSORS_GPIO_FAN
FILES:=$(LINUX_DIR)/drivers/hwmon/gpio-fan.ko
AUTOLOAD:=$(call AutoLoad,60,gpio-fan)
- $(call AddDepends/hwmon,+kmod-i2c-core)
+ $(call AddDepends/hwmon,+kmod-i2c-core
+kmod-thermal
)
endef
define KernelPackage/hwmon-gpiofan/description