diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-06 06:46:51 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-06 06:46:51 +0000 |
commit | f67df0fc0c3a2c24a143a3b4a15fb09e83bde612 (patch) | |
tree | 1e76cb23d3c52a979e3602bf2954924fc6ba0db5 /openwrt/package/openssl | |
parent | 371b05f52e7815239df08911564e01f0bf726b2b (diff) | |
download | mtk-20170518-f67df0fc0c3a2c24a143a3b4a15fb09e83bde612.zip mtk-20170518-f67df0fc0c3a2c24a143a3b4a15fb09e83bde612.tar.gz mtk-20170518-f67df0fc0c3a2c24a143a3b4a15fb09e83bde612.tar.bz2 |
Add some mirrors
SVN-Revision: 1158
Diffstat (limited to 'openwrt/package/openssl')
-rw-r--r-- | openwrt/package/openssl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/openwrt/package/openssl/Makefile b/openwrt/package/openssl/Makefile index 50e334c..8482206 100644 --- a/openwrt/package/openssl/Makefile +++ b/openwrt/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 |