aboutsummaryrefslogtreecommitdiffstats
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
commitf55dc058d3d47ef010cd1ead3c513631700daa16 (patch)
treef33c8784d6c09c033acd3d294dccd931e8444f33 /include/host-build.mk
parent30655eb8774efe5793bfcace20f2793c06ba5198 (diff)
downloadmaster-187ad058-f55dc058d3d47ef010cd1ead3c513631700daa16.tar.gz
master-187ad058-f55dc058d3d47ef010cd1ead3c513631700daa16.tar.bz2
master-187ad058-f55dc058d3d47ef010cd1ead3c513631700daa16.zip
build: add PKG_MIRROR_MD5SUM support for host builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32082 3c298f89-4303-0410-b956-a3cf2f4a3e73
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