projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3373d2d
)
[include] download.mk: support https:// downloads
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Dec 2010 21:43:10 +0000
(21:43 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 18 Dec 2010 21:43:10 +0000
(21:43 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24688
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
include/download.mk
patch
|
blob
|
history
diff --git
a/include/download.mk
b/include/download.mk
index
a2238bc
..
d1b3fc8
100644
(file)
--- a/
include/download.mk
+++ b/
include/download.mk
@@
-11,7
+11,7
@@
DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED)
define dl_method
$(strip \
$(if $(2),$(2), \
- $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://% file://%,$(1)),default, \
+ $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://%
https://%
file://%,$(1)),default, \
$(if $(filter git://%,$(1)),git, \
$(if $(filter svn://%,$(1)),svn, \
$(if $(filter cvs://%,$(1)),cvs, \
This page took
0.025943 seconds
and
4
git commands to generate.