summaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-27 10:49:35 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-27 10:49:35 +0000
commit03051c1442e26c55aa859d23b5d8f8e35418c8a0 (patch)
treeba9116b414f31b725c675ab380e69cef92dc6698 /target/linux/imx6/Makefile
parenteb486aadb8d909143b0ab3c8e65f65226b1fcd95 (diff)
downloadmaster-31e0f0ae-03051c1442e26c55aa859d23b5d8f8e35418c8a0.tar.gz
master-31e0f0ae-03051c1442e26c55aa859d23b5d8f8e35418c8a0.tar.bz2
master-31e0f0ae-03051c1442e26c55aa859d23b5d8f8e35418c8a0.zip
imx6: enable thermal module by default
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38231
Diffstat (limited to 'target/linux/imx6/Makefile')
-rw-r--r--target/linux/imx6/Makefile2
1 files changed, 1 insertions, 1 deletions
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))