[LEDE-DEV] [PATCH] imx6: Add kmod-hwmon-core dependency to default platform packages
Petr Štetiar
ynezz at true.cz
Thu Jan 12 08:06:17 PST 2017
This commit have removed kmod-thermal-imx package:
commit 7f0796d874f8cbcc1bd7705ff4edf8c30223d2bd
Author: Felix Fietkau <nbd at nbd.name>
imx6: remove kmod-thermal-imx, it is already enabled in the kernel config
which made hwmon modules unavailable, because kmod-thermal-imx had
DEPENDS:=+kmod-thermal which had DEPENDS:=+kmod-hwmon-core and currently
nothing selects kmod-hwmon-core.
Signed-off-by: Petr Štetiar <ynezz at true.cz>
Cc: Felix Fietkau <nbd at nbd.name>
---
target/linux/imx6/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile
index 5f7e17b..ea4b5ed 100644
--- a/target/linux/imx6/Makefile
+++ b/target/linux/imx6/Makefile
@@ -20,6 +20,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage dtbs
-DEFAULT_PACKAGES += uboot-envtools
+DEFAULT_PACKAGES += uboot-envtools kmod-hwmon-core
$(eval $(call BuildTarget))
--
1.9.1
More information about the Lede-dev
mailing list