summaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2014-06-29 13:06:48 +0000
committerImre Kaloz <kaloz@openwrt.org>2014-06-29 13:06:48 +0000
commitb2e9df4de3af7bf717b9e925d5a48590a8f1be36 (patch)
tree4f26d7e8faf1dd8599859280c340d8ab94270a31 /target/linux/mvebu/Makefile
parent974f13988c64ed1d47f3905288e265fdd21fafe2 (diff)
downloadmaster-31e0f0ae-b2e9df4de3af7bf717b9e925d5a48590a8f1be36.tar.gz
master-31e0f0ae-b2e9df4de3af7bf717b9e925d5a48590a8f1be36.tar.bz2
master-31e0f0ae-b2e9df4de3af7bf717b9e925d5a48590a8f1be36.zip
add uboot-envtools by default
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41385
Diffstat (limited to 'target/linux/mvebu/Makefile')
-rw-r--r--target/linux/mvebu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile
index e0edb4586e..74c44ba0c3 100644
--- a/target/linux/mvebu/Makefile
+++ b/target/linux/mvebu/Makefile
@@ -20,6 +20,6 @@ include $(INCLUDE_DIR)/target.mk
KERNELNAME:="zImage dtbs"
-DEFAULT_PACKAGES +=
+DEFAULT_PACKAGES += uboot-envtools
$(eval $(call BuildTarget))