aboutsummaryrefslogtreecommitdiffstats
path: root/target
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
commit23c7d55b7834daf4f0496046e60f5fbe8d23c2a5 (patch)
tree7a2a2e390c25e641bd3a3354624f2dd33382b682 /target
parentaaadd8acdbac9ccde581a9d9ac706b4935e0cb4e (diff)
downloadmaster-187ad058-23c7d55b7834daf4f0496046e60f5fbe8d23c2a5.tar.gz
master-187ad058-23c7d55b7834daf4f0496046e60f5fbe8d23c2a5.tar.bz2
master-187ad058-23c7d55b7834daf4f0496046e60f5fbe8d23c2a5.zip
[mvebu]: add uboot-envtools by default
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41385 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-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))