From 68b85192975b2c7e3ddd88a8c3d0c1bca4ed154d Mon Sep 17 00:00:00 2001 From: hauke Date: Sat, 13 Sep 2014 23:03:36 +0000 Subject: [PATCH] kernel: make kmod-hwmon-lm75 depend on kmod-thermal Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42529 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/kernel/linux/modules/hwmon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/hwmon.mk b/package/kernel/linux/modules/hwmon.mk index 459e5205ae..90f2197aa9 100644 --- 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 -- 2.11.0