X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8ec6667d79a213dc6f238e1b85882fe4908f171c..018a28f15805f8c1e3635314f0f96538a2912a5c:/include/download.mk diff --git a/include/download.mk b/include/download.mk index 406afee48..7a4d90da9 100644 --- a/include/download.mk +++ b/include/download.mk @@ -11,7 +11,7 @@ DOWNLOAD_RDEP:=$(STAMP_PREPARED) define dl_method $(strip \ $(if $(2),$(2), \ - $(if $(filter @GNU/% @KERNEL/% @SF/% ftp://% http://%,$(1)),default, \ + $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% ftp://% http://%,$(1)),default, \ $(if $(filter git://%,$(1)),git, \ $(if $(filter svn://%,$(1)),svn, \ $(if $(filter cvs://%,$(1)),cvs, \