diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-18 21:43:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-12-18 21:43:10 +0000 |
commit | 8fae8c0a6ff769196fe0c77f6473cfc1bf3b2a62 (patch) | |
tree | 278dd980f3339d1f87c91c77941e73d031f506af /include | |
parent | 65fad8645d72f2293a7d62d6ca338ebc2ee0d9de (diff) | |
download | mtk-20170518-8fae8c0a6ff769196fe0c77f6473cfc1bf3b2a62.zip mtk-20170518-8fae8c0a6ff769196fe0c77f6473cfc1bf3b2a62.tar.gz mtk-20170518-8fae8c0a6ff769196fe0c77f6473cfc1bf3b2a62.tar.bz2 |
download.mk: support https:// downloads
SVN-Revision: 24688
Diffstat (limited to 'include')
-rw-r--r-- | include/download.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/download.mk b/include/download.mk index a2238bc..d1b3fc8 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, \ |