lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 9e269e39c382a6e94c29b084d9d8760166a0b591
parent 3fc9ae5071d3f0e6fb78bf15648294cdb966d278
Author: Peter Wagner <tripolar@gmx.at>
Date:   Wed, 11 Jan 2017 00:58:26 +0100

net/openssh: Offload main site

Add a few mirrors in-front of main site for offloading

Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Peter Wagner <tripolar@gmx.at>

Diffstat:
Mnet/openssh/Makefile | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/openssh/Makefile b/net/openssh/Makefile @@ -12,7 +12,9 @@ PKG_VERSION:=7.4p1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ +PKG_SOURCE_URL:=https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/ \ + https://anorien.csc.warwick.ac.uk/pub/OpenBSD/OpenSSH/portable/ \ + https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ PKG_MD5SUM:=b2db2a83caf66a208bb78d6d287cdaa3 PKG_LICENSE:=BSD ISC