aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mkimage
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-07-16 07:56:42 +0000
committerLuka Perkov <luka@openwrt.org>2013-07-16 07:56:42 +0000
commit07570978b2125d47bdfef7f114192893d43bb28d (patch)
tree020cb903db58f1c392ede5cf00d40d33133055da /tools/mkimage
parentf0477b161e572d0c28ee18a609a456d1943cdb51 (diff)
downloadmaster-187ad058-07570978b2125d47bdfef7f114192893d43bb28d.tar.gz
master-187ad058-07570978b2125d47bdfef7f114192893d43bb28d.tar.bz2
master-187ad058-07570978b2125d47bdfef7f114192893d43bb28d.zip
[tools] mkimage: fix md5sum after r37361
Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37366 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mkimage')
-rw-r--r--tools/mkimage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
index fd06c721e8..d2efd62d23 100644
--- a/tools/mkimage/Makefile
+++ b/tools/mkimage/Makefile
@@ -11,7 +11,7 @@ PKG_VERSION:=2013.07-rc1
PKG_SOURCE:=u-boot-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot
-PKG_MD5SUM:=21bf962d69938ed4ed783b792b2b074e
+PKG_MD5SUM:=9b14d9a8981ce2e429956af7cc96996e
PKG_CAT:=bzcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/u-boot-$(PKG_VERSION)