mkimage: fix md5sum after r37361
authorLuka Perkov <luka@openwrt.org>
Tue, 16 Jul 2013 07:56:42 +0000 (07:56 +0000)
committerLuka Perkov <luka@openwrt.org>
Tue, 16 Jul 2013 07:56:42 +0000 (07:56 +0000)
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37366

tools/mkimage/Makefile

index fd06c721e8f6bbba30d3373e5a0b7d9057f4d3f6..d2efd62d2357d782575cdf64f0a88e70e569f0b3 100644 (file)
@@ -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)