This commit have removed kmod-thermal-imx package: commit 7f0796d874f8cbcc1bd7705ff4edf8c30223d2bd Author: Felix Fietkau <n...@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 <yn...@true.cz> Cc: Felix Fietkau <n...@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 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev