summaryrefslogtreecommitdiffstats
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
commit22045c383dc32f620a5da8909a98a58320926e02 (patch)
tree64832d46b8f9b34b5b461920e5513c37f902111a /target/linux/imx6/Makefile
parentcc8628a6a3dd93179a8a5eeb1e1ae4e142d8829f (diff)
downloadmaster-31e0f0ae-22045c383dc32f620a5da8909a98a58320926e02.tar.gz
master-31e0f0ae-22045c383dc32f620a5da8909a98a58320926e02.tar.bz2
master-31e0f0ae-22045c383dc32f620a5da8909a98a58320926e02.zip
imx6: put uboot-envtools in DEFAULT_PACKAGES
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45478
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))