aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/imx6/Makefile
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2015-04-17 13:47:13 +0000
committerLuka Perkov <luka@openwrt.org>2015-04-17 13:47:13 +0000
commit70a75d6f0c9720e8f116e96de8626d2f3e91a7f8 (patch)
treea6feec4729719419e10584c286e23bfafe67d563 /target/linux/imx6/Makefile
parent30b7b3068f93124cbf262c6013c3c55f1a2ba2cb (diff)
downloadupstream-70a75d6f0c9720e8f116e96de8626d2f3e91a7f8.tar.gz
upstream-70a75d6f0c9720e8f116e96de8626d2f3e91a7f8.tar.bz2
upstream-70a75d6f0c9720e8f116e96de8626d2f3e91a7f8.zip
imx6: put uboot-envtools in DEFAULT_PACKAGES
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45478 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/imx6/Makefile')
-rw-r--r--target/linux/imx6/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile
index 0afd85312b..479b48e035 100644
--- a/target/linux/imx6/Makefile
+++ b/target/linux/imx6/Makefile
@@ -20,4 +20,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:=zImage dtbs
+DEFAULT_PACKAGES += uboot-envtools
+
$(eval $(call BuildTarget))