From eb074d3483ad9be68aaab34ce297d1c7e500d658 Mon Sep 17 00:00:00 2001 From: kaloz Date: Sun, 29 Jun 2014 13:06:48 +0000 Subject: [PATCH] [mvebu]: add uboot-envtools by default Signed-off-by: Imre Kaloz git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41385 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/mvebu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.11.0