diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-05 17:41:32 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-05 17:41:32 +0000 |
commit | b04e48ab360165984c4adfabc34e6e26e97e50e2 (patch) | |
tree | 85b61b369432d20d3961e8ed85bb0c92a81e37fb /openwrt/package/tor/Makefile | |
parent | 93fce1c6255ff49aeb1208906af4834d80e69d4a (diff) |
Add some mirrors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1156 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/tor/Makefile')
-rw-r--r-- | openwrt/package/tor/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/tor/Makefile b/openwrt/package/tor/Makefile index e037da533..078517b26 100644 --- a/openwrt/package/tor/Makefile +++ b/openwrt/package/tor/Makefile @@ -8,7 +8,9 @@ PKG_RELEASE:=1 PKG_UPSTREAM_VERSION=0.1.0.8-rc PKG_MD5SUM:=22f5c162e1c09f8693a21826f6a9999f -PKG_SOURCE_URL:=http://tor.eff.org/dist/ +PKG_SOURCE_URL:=http://tor.eff.org/dist/ \ + http://ftp.se.linux.org/crypto/tor/ \ + http://tor.meulie.net/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_UPSTREAM_VERSION).tar.gz PKG_CAT:=zcat |