mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-19 03:06:35 +00:00
kernel: make kmod-thermal dependency conditional to match upstream kernel module configuration dependency for hwmon-pwmfan
Signed-off-by: Sebastian Careba <nitroshift@yahoo.com> SVN-Revision: 47968
This commit is contained in:
parent
10afb1bd8c
commit
3fca139a2b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user