Author: hauke Date: 2014-09-14 01:03:36 +0200 (Sun, 14 Sep 2014) New Revision: 42529
Modified: trunk/package/kernel/linux/modules/hwmon.mk Log: kernel: make kmod-hwmon-lm75 depend on kmod-thermal Signed-off-by: Hauke Mehrtens <[email protected]> Modified: trunk/package/kernel/linux/modules/hwmon.mk =================================================================== --- trunk/package/kernel/linux/modules/hwmon.mk 2014-09-13 22:10:00 UTC (rev 42528) +++ trunk/package/kernel/linux/modules/hwmon.mk 2014-09-13 23:03:36 UTC (rev 42529) @@ -119,7 +119,7 @@ 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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
