summaryrefslogtreecommitdiffstats
path: root/tools/quilt
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-08 08:01:39 +0000
committerJohn Crispin <john@openwrt.org>2014-10-08 08:01:39 +0000
commitb0a1c7dc0d825d5435111a8c005e1e8d5449ebee (patch)
tree6f92b9f3a78611ca9a6d2514967f328f071e8924 /tools/quilt
parent344a30452412d06c80de8515a72c828d678df33a (diff)
downloadopenwrt-b0a1c7dc0d825d5435111a8c005e1e8d5449ebee.tar.gz
openwrt-b0a1c7dc0d825d5435111a8c005e1e8d5449ebee.tar.bz2
openwrt-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 'tools/quilt')
-rw-r--r--tools/quilt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/quilt/Makefile b/tools/quilt/Makefile
index bda0b9764e..01b0bd298f 100644
--- a/tools/quilt/Makefile
+++ b/tools/quilt/Makefile
@@ -10,7 +10,7 @@ PKG_NAME:=quilt
PKG_VERSION:=0.63
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/$(PKG_NAME)
+PKG_SOURCE_URL:=@SAVANNAH/quilt
PKG_MD5SUM:=c0ef4beb58a6fa72563b955e70624b6e
include $(INCLUDE_DIR)/host-build.mk