Add @GNOME download source.
[openwrt/svn-archive/archive.git] / include / download.mk
index 406afee48e8139be2e71146ebb531c775b04ab8a..7a4d90da98ab8bc4e23cf4a39b98101d69ed708e 100644 (file)
@@ -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, \