X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a12502b0cf9b784abd3930c95057b08373da21c5..0f4690a4e0cf33c4e032ce363253f4e2dfdb9a14:/include/download.mk diff --git a/include/download.mk b/include/download.mk index a2238bce5..d1b3fc8f8 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, \