diff options
author | John Crispin <john@openwrt.org> | 2014-10-08 08:01:39 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-10-08 08:01:39 +0000 |
commit | b0a1c7dc0d825d5435111a8c005e1e8d5449ebee (patch) | |
tree | 6f92b9f3a78611ca9a6d2514967f328f071e8924 /include/download.mk | |
parent | 344a30452412d06c80de8515a72c828d678df33a (diff) | |
download | upstream-b0a1c7dc0d825d5435111a8c005e1e8d5449ebee.tar.gz upstream-b0a1c7dc0d825d5435111a8c005e1e8d5449ebee.tar.bz2 upstream-b0a1c7dc0d825d5435111a8c005e1e8d5449ebee.zip |
include/download.mk: Add download mirrors for tools from GNU Savannah (bug #15184)
I defined a new download method @SAVANNAH in include/download.mk and scripts/download.pl,
and converted quilt and qemu to use that method.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
SVN-Revision: 42840
Diffstat (limited to 'include/download.mk')
-rw-r--r-- | include/download.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/download.mk b/include/download.mk index cc4ffb0cfb..adaa2e6ac5 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://% https://% file://%,$(1)),default, \ + $(if $(filter @GNOME/% @GNU/% @KERNEL/% @SF/% @SAVANNAH/% ftp://% http://% https://% file://%,$(1)),default, \ $(if $(filter git://%,$(1)),git, \ $(if $(filter svn://%,$(1)),svn, \ $(if $(filter cvs://%,$(1)),cvs, \ |