Просмотр исходного кода

kernel: fix dependencies of kmod-thermal

This depends on kmod-hwmon-core

Signed-off-by: Hauke Mehrtens <[email protected]>

SVN-Revision: 38639
Hauke Mehrtens 12 лет назад
Родитель
Сommit
a02ef5d05e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      package/kernel/linux/modules/other.mk

+ 1 - 0
package/kernel/linux/modules/other.mk

@@ -786,6 +786,7 @@ $(eval $(call KernelPackage,random-core))
 define KernelPackage/thermal
   SUBMENU:=$(OTHER_MENU)
   TITLE:=Generic Thermal sysfs driver
+  DEPENDS:=+kmod-hwmon-core
   HIDDEN:=1
   KCONFIG:= \
 	CONFIG_THERMAL \