kernel: make kmod-thermal dependency conditional to match upstream kernel module configuration dependency

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 47961
master
Felix Fietkau 9 years ago
parent 854c77bcea
commit 2be144fa3c
  1. 2
      package/kernel/linux/modules/hwmon.mk

@ -274,7 +274,7 @@ define KernelPackage/hwmon-gpiofan
KCONFIG:=CONFIG_SENSORS_GPIO_FAN
FILES:=$(LINUX_DIR)/drivers/hwmon/gpio-fan.ko
AUTOLOAD:=$(call AutoLoad,60,gpio-fan)
$(call AddDepends/hwmon,+kmod-i2c-core +kmod-thermal)
$(call AddDepends/hwmon,+kmod-i2c-core +PACKAGE_kmod-thermal:kmod-thermal)
endef
define KernelPackage/hwmon-gpiofan/description

Loading…
Cancel
Save