From: Jo-Philipp Wich Date: Sat, 18 Dec 2010 21:43:10 +0000 (+0000) Subject: [include] download.mk: support https:// downloads X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=2c01cc3e81c02cac8207fc94233a784cbf30c4e5 [include] download.mk: support https:// downloads SVN-Revision: 24688 --- 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, \