projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65fad86
)
download.mk: support https:// downloads
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 18 Dec 2010 21:43:10 +0000
(21:43 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 18 Dec 2010 21:43:10 +0000
(21:43 +0000)
SVN-Revision: 24688
include/download.mk
patch
|
blob
|
history
diff --git
a/include/download.mk
b/include/download.mk
index a2238bce599ddc8d9b9d6c8b6ec973cd64620e0a..d1b3fc8f872de5233147f888590fe185a81cfbbb 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, \