diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-22 13:52:58 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-22 13:52:58 +0000 |
commit | 3ed6cf94282eb3337af3cb1af7291e5a75b69635 (patch) | |
tree | 592145eda997c68b948199b74bc698ccffdb8753 /tools/mtd-utils/Makefile | |
parent | 3c3d837c25c363841949ffc86172a2a1e4e895fb (diff) | |
download | upstream-3ed6cf94282eb3337af3cb1af7291e5a75b69635.tar.gz upstream-3ed6cf94282eb3337af3cb1af7291e5a75b69635.tar.bz2 upstream-3ed6cf94282eb3337af3cb1af7291e5a75b69635.zip |
tools/mtd-utils: add mirror md5sum
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43760 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/mtd-utils/Makefile')
-rw-r--r-- | tools/mtd-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mtd-utils/Makefile b/tools/mtd-utils/Makefile index 3dccb591f5..cc857d9e00 100644 --- a/tools/mtd-utils/Makefile +++ b/tools/mtd-utils/Makefile @@ -14,6 +14,7 @@ PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=5319b84974fcb71504aed2d1b8285e9c0a4a4bb8 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_MIRROR_MD5SUM:=a85581474b39e56b30439c903974acb9 PKG_CAT:=zcat HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/$(PKG_NAME)-$(PKG_VERSION) |