Skip to content
Snippets Groups Projects
Commit 3fca139a authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kernel: make kmod-thermal dependency conditional to match upstream kernel...

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

Signed-off-by: default avatarSebastian Careba <nitroshift@yahoo.com>

SVN-Revision: 47968
parent 10afb1bd
No related branches found
No related tags found
No related merge requests found
...@@ -289,7 +289,7 @@ define KernelPackage/hwmon-pwmfan ...@@ -289,7 +289,7 @@ define KernelPackage/hwmon-pwmfan
KCONFIG:=CONFIG_SENSORS_PWM_FAN KCONFIG:=CONFIG_SENSORS_PWM_FAN
FILES:=$(LINUX_DIR)/drivers/hwmon/pwm-fan.ko FILES:=$(LINUX_DIR)/drivers/hwmon/pwm-fan.ko
AUTOLOAD:=$(call AutoLoad,60,pwm-fan) AUTOLOAD:=$(call AutoLoad,60,pwm-fan)
$(call AddDepends/hwmon,) $(call AddDepends/hwmon, +PACKAGE_kmod-thermal:kmod-thermal)
endef endef
define KernelPackage/hwmon-pwmfan/description define KernelPackage/hwmon-pwmfan/description
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment