Author: nbd Date: 2015-09-21 19:19:08 +0200 (Mon, 21 Sep 2015) New Revision: 47011
Modified: branches/chaos_calmer/tools/mtd-utils/Makefile Log: tools/mtd-utils: fix PKG_MIRROR_MD5SUM The checksum doesn't match the file on mirror2.openwrt.org. Signed-off-by: Matthias Schiffer <[email protected]> Backport of r47010 Modified: branches/chaos_calmer/tools/mtd-utils/Makefile =================================================================== --- branches/chaos_calmer/tools/mtd-utils/Makefile 2015-09-21 17:18:52 UTC (rev 47010) +++ branches/chaos_calmer/tools/mtd-utils/Makefile 2015-09-21 17:19:08 UTC (rev 47011) @@ -14,7 +14,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
