add uboot-envtools by default
authorImre Kaloz <kaloz@openwrt.org>
Sun, 29 Jun 2014 13:06:48 +0000 (13:06 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Sun, 29 Jun 2014 13:06:48 +0000 (13:06 +0000)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 41385

target/linux/mvebu/Makefile

index e0edb4586efe68758fdc820f5ec68ac3989dc721..74c44ba0c33fcac6485005c3aca9eadcf63c3860 100644 (file)
@@ -20,6 +20,6 @@ include $(INCLUDE_DIR)/target.mk
 
 KERNELNAME:="zImage dtbs"
 
-DEFAULT_PACKAGES +=
+DEFAULT_PACKAGES += uboot-envtools
 
 $(eval $(call BuildTarget))