From a02ef5d05e173c476bbee40c92dae48d6ae0a3ba Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sun, 3 Nov 2013 20:18:45 +0000 Subject: [PATCH 1/1] kernel: fix dependencies of kmod-thermal This depends on kmod-hwmon-core Signed-off-by: Hauke Mehrtens SVN-Revision: 38639 --- package/kernel/linux/modules/other.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 428bde6529..d8d437fa62 100644 --- a/package/kernel/linux/modules/other.mk +++ b/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 \ -- 2.30.2