projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d56a440
)
kernel: make kmod-hwmon-lm75 depend on kmod-thermal
author
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 13 Sep 2014 23:03:36 +0000
(23:03 +0000)
committer
Hauke Mehrtens
<hauke@hauke-m.de>
Sat, 13 Sep 2014 23:03:36 +0000
(23:03 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42529
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 459e5205aecdf8970ccb8274fa01303e2b5e1536..90f2197aa9789927858e33031d679b95f2171b15 100644
(file)
--- a/
package/kernel/linux/modules/hwmon.mk
+++ b/
package/kernel/linux/modules/hwmon.mk
@@
-119,7
+119,7
@@
define KernelPackage/hwmon-lm75
KCONFIG:=CONFIG_SENSORS_LM75
FILES:=$(LINUX_DIR)/drivers/hwmon/lm75.ko
AUTOLOAD:=$(call AutoProbe,lm75)
- $(call AddDepends/hwmon,+kmod-i2c-core)
+ $(call AddDepends/hwmon,+kmod-i2c-core
+kmod-thermal
)
endef
define KernelPackage/hwmon-lm75/description