Răsfoiți Sursa

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

Signed-off-by: Sebastian Careba <[email protected]>

SVN-Revision: 47968
Felix Fietkau 10 ani în urmă
părinte
comite
3fca139a2b
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      package/kernel/linux/modules/hwmon.mk

+ 1 - 1
package/kernel/linux/modules/hwmon.mk

@@ -289,7 +289,7 @@ define KernelPackage/hwmon-pwmfan
   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