X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=include%2Fdownload.mk;h=7a4d90da98ab8bc4e23cf4a39b98101d69ed708e;hp=406afee48e8139be2e71146ebb531c775b04ab8a;hb=015124ea4f42aa2cf8edeb8c8cc2fc9a7d48fe3d;hpb=ba934bf7446502acb0e7ee1db6b9b662945e08f0 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, \