summaryrefslogtreecommitdiffstats
path: root/include/download.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-12-18 21:43:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-12-18 21:43:10 +0000
commit8fae8c0a6ff769196fe0c77f6473cfc1bf3b2a62 (patch)
tree278dd980f3339d1f87c91c77941e73d031f506af /include/download.mk
parent65fad8645d72f2293a7d62d6ca338ebc2ee0d9de (diff)
downloadmaster-31e0f0ae-8fae8c0a6ff769196fe0c77f6473cfc1bf3b2a62.tar.gz
master-31e0f0ae-8fae8c0a6ff769196fe0c77f6473cfc1bf3b2a62.tar.bz2
master-31e0f0ae-8fae8c0a6ff769196fe0c77f6473cfc1bf3b2a62.zip
download.mk: support https:// downloads
SVN-Revision: 24688
Diffstat (limited to 'include/download.mk')
-rw-r--r--include/download.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/download.mk b/include/download.mk
index a2238bce59..d1b3fc8f87 100644
--- 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, \