diff options
author | Luka Perkov <luka@openwrt.org> | 2013-07-15 23:18:36 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-07-15 23:18:36 +0000 |
commit | 620739e0be3784e521c5e96bed65e2f6e3317fa8 (patch) | |
tree | cf0c08e391619d37dcf5c4915cc3eed5ee748d19 /tools/mkimage/Makefile | |
parent | d530ad07325ca318a677f637c65d7fef86436548 (diff) | |
download | upstream-620739e0be3784e521c5e96bed65e2f6e3317fa8.tar.gz upstream-620739e0be3784e521c5e96bed65e2f6e3317fa8.tar.bz2 upstream-620739e0be3784e521c5e96bed65e2f6e3317fa8.zip |
mkimage: update to 2013.07-rc1
also remove 100-dtc-binary.patch which was not accepted upstream
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37361
Diffstat (limited to 'tools/mkimage/Makefile')
-rw-r--r-- | tools/mkimage/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index 458cca8fe5..fd06c721e8 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mkimage -PKG_VERSION:=2013.04 +PKG_VERSION:=2013.07-rc1 PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot |