diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2014-06-29 13:06:48 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2014-06-29 13:06:48 +0000 |
commit | 23c7d55b7834daf4f0496046e60f5fbe8d23c2a5 (patch) | |
tree | 7a2a2e390c25e641bd3a3354624f2dd33382b682 /target/linux/mvebu | |
parent | aaadd8acdbac9ccde581a9d9ac706b4935e0cb4e (diff) | |
download | upstream-23c7d55b7834daf4f0496046e60f5fbe8d23c2a5.tar.gz upstream-23c7d55b7834daf4f0496046e60f5fbe8d23c2a5.tar.bz2 upstream-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/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/Makefile | 2 |
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)) |