projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8068562
)
build: add PKG_MIRROR_MD5SUM support for host builds
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Jun 2012 14:08:47 +0000
(14:08 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 6 Jun 2012 14:08:47 +0000
(14:08 +0000)
SVN-Revision: 32082
include/host-build.mk
patch
|
blob
|
history
diff --git
a/include/host-build.mk
b/include/host-build.mk
index df7d60611ee07fe95cfd497d093c2938f5105344..6fc29b3a97925ea9342dc35d5ad4566b40bfe9d8 100644
(file)
--- 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