imx6: enable thermal module by default
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38231
This commit is contained in:
parent
eb486aadb8
commit
03051c1442
|
@ -21,6 +21,6 @@ include $(INCLUDE_DIR)/target.mk
|
||||||
KERNELNAME:="zImage dtbs"
|
KERNELNAME:="zImage dtbs"
|
||||||
|
|
||||||
DEFAULT_PACKAGES += \
|
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))
|
$(eval $(call BuildTarget))
|
||||||
|
|
Loading…
Reference in New Issue