From: hauke Date: Sun, 3 Nov 2013 20:18:45 +0000 (+0000) Subject: kernel: fix dependencies of kmod-thermal X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=a32cb3d567d519b19ab22e61ef3968e1e8ce8418;p=openwrt.git kernel: fix dependencies of kmod-thermal This depends on kmod-hwmon-core Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38639 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 \