diff options
author | Luka Perkov <luka@openwrt.org> | 2013-10-02 00:33:49 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-10-02 00:33:49 +0000 |
commit | 8f1499c4480068407810d42144a20e4b71ef6786 (patch) | |
tree | 16e72463d3d0588fad35dab88a4926c9cd8f90ea /target/linux/imx6/Makefile | |
parent | 0eb732c659ff0f9a56e83817477aee947d3e5e36 (diff) | |
download | upstream-8f1499c4480068407810d42144a20e4b71ef6786.tar.gz upstream-8f1499c4480068407810d42144a20e4b71ef6786.tar.bz2 upstream-8f1499c4480068407810d42144a20e4b71ef6786.zip |
imx6: add default profile
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 38282
Diffstat (limited to 'target/linux/imx6/Makefile')
-rw-r--r-- | target/linux/imx6/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index b9b2062ef3..3af424e64c 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -20,7 +20,6 @@ include $(INCLUDE_DIR)/target.mk KERNELNAME:="zImage dtbs" -DEFAULT_PACKAGES += \ - kmod-thermal-imx kmod-usb-chipidea kmod-usb-mxs-phy uboot-envtools +DEFAULT_PACKAGES += $(eval $(call BuildTarget)) |