aboutsummaryrefslogtreecommitdiffstats
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
commit557354ca07ef2e95c2d11c5084881c085a9ba67a (patch)
treeea0400968755fd7cd868315f52947370b4ce995e /target/linux/imx6/Makefile
parent0cd0b53a959dc8dc8b857fed9f9701e8a29b7b13 (diff)
downloadmaster-187ad058-557354ca07ef2e95c2d11c5084881c085a9ba67a.tar.gz
master-187ad058-557354ca07ef2e95c2d11c5084881c085a9ba67a.tar.bz2
master-187ad058-557354ca07ef2e95c2d11c5084881c085a9ba67a.zip
imx6: enable thermal module by default
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38231 3c298f89-4303-0410-b956-a3cf2f4a3e73
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))