From: Hauke Mehrtens Date: Sat, 13 Sep 2014 23:03:36 +0000 (+0000) Subject: kernel: make kmod-hwmon-lm75 depend on kmod-thermal X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=5ae405d0beebcbfa003ae56aab4c60afeec3b9a4 kernel: make kmod-hwmon-lm75 depend on kmod-thermal Signed-off-by: Hauke Mehrtens SVN-Revision: 42529 --- 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