From: luka Date: Fri, 27 Sep 2013 10:49:35 +0000 (+0000) Subject: imx6: enable thermal module by default X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=bd22de4ed594bb6347f2b9cf556dc4f689d6c7a4 imx6: enable thermal module by default Signed-off-by: Luka Perkov git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38231 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index 621473128f..b9b2062ef3 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -21,6 +21,6 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:="zImage dtbs" DEFAULT_PACKAGES += \ - kmod-usb-chipidea kmod-usb-mxs-phy uboot-envtools + kmod-thermal-imx kmod-usb-chipidea kmod-usb-mxs-phy uboot-envtools $(eval $(call BuildTarget))