aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-21 17:18:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-21 17:18:52 +0000
commita8ae2027df886209df647e8e3a5919137b4bcaf7 (patch)
tree62538610602f93d18690a6cc653c10d78e0def8c /tools
parente1a46cdf9346f5d0b4c04018c7dda97e224edf64 (diff)
downloadmaster-187ad058-a8ae2027df886209df647e8e3a5919137b4bcaf7.tar.gz
master-187ad058-a8ae2027df886209df647e8e3a5919137b4bcaf7.tar.bz2
master-187ad058-a8ae2027df886209df647e8e3a5919137b4bcaf7.zip
tools/mtd-utils: fix PKG_MIRROR_MD5SUM
The checksum doesn't match the file on mirror2.openwrt.org. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47010 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/mtd-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile
index e06d1379a1..b86317956d 100644
--- a/tools/mtd-utils/Makefile
+++ b/tools/mtd-utils/Makefile
@@ -14,7 +14,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git
PKG_SOURCE_PROTO:=git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_MIRROR_MD5SUM:=154592f5bbb01e1e98bdd26c8a592305
+PKG_MIRROR_MD5SUM:=9fe0518213feddacd1842935dddeb6c8
PKG_CAT:=zcat
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION)