aboutsummaryrefslogtreecommitdiffstats
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
commitcdd76d1bc2b97c7b20751bbfd9bc4675f220c5df (patch)
tree9c79a8ae4f88ca741e7030f95a6eb62da066a9e0
parent766d4089cde790f2c36c5aa17e9732af0108e285 (diff)
downloadupstream-cdd76d1bc2b97c7b20751bbfd9bc4675f220c5df.tar.gz
upstream-cdd76d1bc2b97c7b20751bbfd9bc4675f220c5df.tar.bz2
upstream-cdd76d1bc2b97c7b20751bbfd9bc4675f220c5df.zip
imx6: add uboot-envtools to default packages
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37859 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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))