download.mk: support https:// downloads
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 18 Dec 2010 21:43:10 +0000 (21:43 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 18 Dec 2010 21:43:10 +0000 (21:43 +0000)
SVN-Revision: 24688

include/download.mk

index a2238bce599ddc8d9b9d6c8b6ec973cd64620e0a..d1b3fc8f872de5233147f888590fe185a81cfbbb 100644 (file)
@@ -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, \