From 2288c6b33b373f732146b53575a37b9cd31d4ca9 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 6 Jun 2005 06:46:51 +0000 Subject: [PATCH] Add some mirrors git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1158 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openssl/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package/openssl/Makefile b/package/openssl/Makefile index 50e334cdf..84822060c 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -7,7 +7,10 @@ PKG_VERSION:=0.9.7g PKG_RELEASE:=1 PKG_MD5SUM:=991615f73338a571b6a1be7d74906934 -PKG_SOURCE_URL:=http://www.openssl.org/source/ +PKG_SOURCE_URL:=http://www.openssl.org/source/ \ + ftp://ftp.funet.fi/pub/crypt/cryptography/libs/openssl/source/ \ + ftp://ftp.webmonster.de/pub/openssl/source/ \ + ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat -- 2.35.1