diff options
author | Luka Perkov <luka@openwrt.org> | 2015-07-28 21:54:44 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2015-07-28 21:54:44 +0000 |
commit | 18721fa12028cc4030a07994ff3f77d8f9679942 (patch) | |
tree | c4141e8c29b7386ad45342e066b1f5d1aa59cf16 /package/libs | |
parent | 81a35d669a3e89d9dba1a093d9bd30fc04e27c06 (diff) | |
download | upstream-18721fa12028cc4030a07994ff3f77d8f9679942.tar.gz upstream-18721fa12028cc4030a07994ff3f77d8f9679942.tar.bz2 upstream-18721fa12028cc4030a07994ff3f77d8f9679942.zip |
openssl: add one more mirror
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 46517
Diffstat (limited to 'package/libs')
-rw-r--r-- | package/libs/openssl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index 2198920a63..17f7d030cc 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -16,6 +16,7 @@ PKG_BUILD_PARALLEL:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ + ftp://ftp.openssl.org/source/ \ ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ PKG_MD5SUM:=38dd619b2e77cbac69b99f52a053d25a |