X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/2cd53c70afb00b98da5dca21666e68404aa979a2..e7ef199780ac334fc69766bddd1519e3b21c0a14:/include/download.mk diff --git a/include/download.mk b/include/download.mk index 78848b9c9..a50a5e936 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://%,$(1)),default, \ + $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://% file://%,$(1)),default, \ $(if $(filter git://%,$(1)),git, \ $(if $(filter svn://%,$(1)),svn, \ $(if $(filter cvs://%,$(1)),cvs, \