projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
scripts: add script to generate combined extended image format
[openwrt.git]
/
include
/
download.mk
diff --git
a/include/download.mk
b/include/download.mk
index
fd197ea
..
7009bfc
100644
(file)
--- a/
include/download.mk
+++ b/
include/download.mk
@@
-45,7
+45,7
@@
define DownloadMethod/default
endef
define wrap_mirror
endef
define wrap_mirror
- $(if $(MIRROR),@$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "
x
" || ( $(1) ),$(1))
+ $(if $(MIRROR),@$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "
$(MIRROR_MD5SUM)
" || ( $(1) ),$(1))
endef
define DownloadMethod/cvs
endef
define DownloadMethod/cvs
@@
-158,6
+158,7
@@
define Download/Defaults
MD5SUM:=
SUBDIR:=
MIRROR:=1
MD5SUM:=
SUBDIR:=
MIRROR:=1
+ MIRROR_MD5SUM:=x
VERSION:=
endef
VERSION:=
endef
This page took
0.02209 seconds
and
4
git commands to generate.