build: add PKG_MIRROR_MD5SUM support for host builds
SVN-Revision: 32082
This commit is contained in:
parent
8068562453
commit
b50cfbb179
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ define Download/default
|
||||||
SUBDIR:=$(PKG_SOURCE_SUBDIR)
|
SUBDIR:=$(PKG_SOURCE_SUBDIR)
|
||||||
VERSION:=$(PKG_SOURCE_VERSION)
|
VERSION:=$(PKG_SOURCE_VERSION)
|
||||||
MD5SUM:=$(PKG_MD5SUM)
|
MD5SUM:=$(PKG_MD5SUM)
|
||||||
|
MIRROR_MD5SUM:=$(PKG_MIRROR_MD5SUM)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Exports/Default
|
define Host/Exports/Default
|
||||||
|
|
Loading…
Reference in a new issue