projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[kernel] update to 2.6.26.3 and 2.6.25.16
[openwrt.git]
/
include
/
download.mk
diff --git
a/include/download.mk
b/include/download.mk
index
74986be
..
f064ee9
100644
(file)
--- a/
include/download.mk
+++ b/
include/download.mk
@@
-41,7
+41,7
@@
define DownloadMethod/default
endef
define wrap_mirror
endef
define wrap_mirror
-
@$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "x" || ( $(1)
)
+
$(if $(MIRROR),@$(SCRIPT_DIR)/download.pl "$(DL_DIR)" "$(FILE)" "x" || ( $(1) ),$(1)
)
endef
define DownloadMethod/cvs
endef
define DownloadMethod/cvs
@@
-101,6
+101,7
@@
define Download/Defaults
PROTO:=
MD5SUM:=
SUBDIR:=
PROTO:=
MD5SUM:=
SUBDIR:=
+ MIRROR:=1
VERSION:=
endef
VERSION:=
endef
This page took
0.024591 seconds
and
4
git commands to generate.