summaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-08-29 23:06:32 +0000
committerLuka Perkov <luka@openwrt.org>2013-08-29 23:06:32 +0000
commit18a767156e2b39614c0c88a03d44d7da0135042f (patch)
treede75c173f189cfab41ae6c1ec19a65f96f47f703 /target/linux/imx6/Makefile
parente29acfd8e91be431c183d87624af842f78506392 (diff)
downloadmaster-31e0f0ae-18a767156e2b39614c0c88a03d44d7da0135042f.tar.gz
master-31e0f0ae-18a767156e2b39614c0c88a03d44d7da0135042f.tar.bz2
master-31e0f0ae-18a767156e2b39614c0c88a03d44d7da0135042f.zip
imx6: add uboot-envtools to default packages
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37859
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 d7ea910c57..3be83d0b0b 100644
--- a/target/linux/imx6/Makefile
+++ b/target/linux/imx6/Makefile
@@ -20,6 +20,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:="zImage dtbs"
DEFAULT_PACKAGES += \
- kmod-usb-chipidea kmod-usb-mxs-phy
+ kmod-usb-chipidea kmod-usb-mxs-phy uboot-envtools
$(eval $(call BuildTarget))