summaryrefslogtreecommitdiffstats
path: root/tools/mtd-utils
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
commit17ae95bb20297442a0f9df118e85c3a060fd59c3 (patch)
tree7d6cd720f2bd981275aa82a10559f73cb2925290 /tools/mtd-utils
parentdf190f4522a030b3220046161c76824c0227ac27 (diff)
downloadopenwrt-17ae95bb20297442a0f9df118e85c3a060fd59c3.tar.gz
openwrt-17ae95bb20297442a0f9df118e85c3a060fd59c3.tar.bz2
openwrt-17ae95bb20297442a0f9df118e85c3a060fd59c3.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> SVN-Revision: 47010
Diffstat (limited to 'tools/mtd-utils')
-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)