Author: nbd Date: 2015-12-23 12:43:18 +0100 (Wed, 23 Dec 2015) New Revision: 47968
Modified: trunk/package/kernel/linux/modules/hwmon.mk Log: kernel: make kmod-thermal dependency conditional to match upstream kernel module configuration dependency for hwmon-pwmfan Signed-off-by: Sebastian Careba <[email protected]> Modified: trunk/package/kernel/linux/modules/hwmon.mk =================================================================== --- trunk/package/kernel/linux/modules/hwmon.mk 2015-12-23 11:41:51 UTC (rev 47967) +++ trunk/package/kernel/linux/modules/hwmon.mk 2015-12-23 11:43:18 UTC (rev 47968) @@ -289,7 +289,7 @@ KCONFIG:=CONFIG_SENSORS_PWM_FAN FILES:=$(LINUX_DIR)/drivers/hwmon/pwm-fan.ko AUTOLOAD:=$(call AutoLoad,60,pwm-fan) - $(call AddDepends/hwmon,) + $(call AddDepends/hwmon, +PACKAGE_kmod-thermal:kmod-thermal) endef define KernelPackage/hwmon-pwmfan/description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
