From: nbd Date: Wed, 6 Jun 2012 14:08:47 +0000 (+0000) Subject: build: add PKG_MIRROR_MD5SUM support for host builds X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=2ef3c1bef4940a42573467139c1e06c0f085ca56;p=openwrt.git build: add PKG_MIRROR_MD5SUM support for host builds git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32082 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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