X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=bright-ben%2Finclude%2Fdownload.mk;h=c42cca1cb178e73ccb2d3d57f4df6db080e84682;hb=63c24c77beb2d57cd38b730a6826482feb239ce5;hp=ab0341d95e4c7a5a8d9fe79b01d3e6cf53238046;hpb=ddaee3ef513bc3d9d5b538daa4c7601a7b4c59e3;p=librewrt%2F.git diff --git a/bright-ben/include/download.mk b/bright-ben/include/download.mk index ab0341d..c42cca1 100644 --- a/bright-ben/include/download.mk +++ b/bright-ben/include/download.mk @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2010 OpenWrt.org +# librewrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -11,7 +11,7 @@ DOWNLOAD_RDEP=$(STAMP_PREPARED) $(HOST_STAMP_PREPARED) define dl_method $(strip \ $(if $(2),$(2), \ - $(if $(filter @GNOME/% @GNU/% @KERNEL/% @KERNEL_LIBRE/% @SF/% ftp://% http://% file://%,$(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, \