summaryrefslogtreecommitdiffstats
path: root/include/host-build.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-06 14:08:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-06 14:08:47 +0000
commitb50cfbb17914c59f291ced8c7b424cf3921fa731 (patch)
tree94a1e3ff81636bce381da30efd8ad33ccc1971f0 /include/host-build.mk
parent8068562453d7e4f97b326e8f0a8d06730861f690 (diff)
downloadmaster-31e0f0ae-b50cfbb17914c59f291ced8c7b424cf3921fa731.tar.gz
master-31e0f0ae-b50cfbb17914c59f291ced8c7b424cf3921fa731.tar.bz2
master-31e0f0ae-b50cfbb17914c59f291ced8c7b424cf3921fa731.zip
build: add PKG_MIRROR_MD5SUM support for host builds
SVN-Revision: 32082
Diffstat (limited to 'include/host-build.mk')
-rw-r--r--include/host-build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/host-build.mk b/include/host-build.mk
index df7d60611e..6fc29b3a97 100644
--- a/include/host-build.mk
+++ b/include/host-build.mk
@@ -113,6 +113,7 @@ define Download/default
SUBDIR:=$(PKG_SOURCE_SUBDIR)
VERSION:=$(PKG_SOURCE_VERSION)
MD5SUM:=$(PKG_MD5SUM)
+ MIRROR_MD5SUM:=$(PKG_MIRROR_MD5SUM)
endef
define Host/Exports/Default