From: Hauke Mehrtens Date: Sun, 3 Nov 2013 20:18:45 +0000 (+0000) Subject: kernel: fix dependencies of kmod-thermal X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a02ef5d05e173c476bbee40c92dae48d6ae0a3ba;p=librecmc%2Flibrecmc.git kernel: fix dependencies of kmod-thermal This depends on kmod-hwmon-core Signed-off-by: Hauke Mehrtens SVN-Revision: 38639 --- 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 \