From: Imre Kaloz Date: Sun, 29 Jun 2014 13:06:48 +0000 (+0000) Subject: add uboot-envtools by default X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2e9df4de3af7bf717b9e925d5a48590a8f1be36;p=librecmc%2Flibrecmc.git add uboot-envtools by default Signed-off-by: Imre Kaloz SVN-Revision: 41385 --- 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))