summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-08-29 23:06:32 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-08-29 23:06:32 +0000
commit9334364128dff901e5d3c665994193f9410a2ad0 (patch)
tree9c79a8ae4f88ca741e7030f95a6eb62da066a9e0 /target
parent5dd615a2197e4b7085db911adf1aa721e95b053e (diff)
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
Diffstat (limited to 'target')
-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))