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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42840 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5fe5d76211
commit
4c70b6b253
4 changed files with 8 additions and 3 deletions
|
@ -10,7 +10,7 @@ PKG_NAME:=qemu
|
|||
PKG_VERSION:=0.14.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE_URL:=http://download.savannah.gnu.org/releases/qemu/
|
||||
PKG_SOURCE_URL:=@SAVANNAH/qemu
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue