summaryrefslogtreecommitdiff
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
commit98230997185e1ae563782268ce38aca6e858c8d7 (patch)
tree7ecb044fce68a889c662ddbf79af428b0c3ad511 /tools/mkimage
parent6a985ed219e179a9f14e227457201c01c40e8b74 (diff)
downloadmtk-20170518-98230997185e1ae563782268ce38aca6e858c8d7.zip
mtk-20170518-98230997185e1ae563782268ce38aca6e858c8d7.tar.gz
mtk-20170518-98230997185e1ae563782268ce38aca6e858c8d7.tar.bz2
mkimage: fix md5sum after r37361
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37366
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 fd06c72..d2efd62 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)