diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-06 15:31:41 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-06 15:31:41 +0000 |
commit | d1f2acd6beea54c1e35726eed33c1ebb2cdd4147 (patch) | |
tree | ad6744b509e5ce50c5694abbfad8b2431ef3ff00 /package | |
parent | df06e6c8210cee86b650e1b5ece71a736158ab77 (diff) | |
download | upstream-d1f2acd6beea54c1e35726eed33c1ebb2cdd4147.tar.gz upstream-d1f2acd6beea54c1e35726eed33c1ebb2cdd4147.tar.bz2 upstream-d1f2acd6beea54c1e35726eed33c1ebb2cdd4147.zip |
Add some mirrors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1160 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/tinc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/tinc/Makefile b/package/tinc/Makefile index 48eb9a6d80..c0e653fb26 100644 --- a/package/tinc/Makefile +++ b/package/tinc/Makefile @@ -7,7 +7,9 @@ PKG_VERSION:=1.0.4 PKG_RELEASE:=1 PKG_MD5SUM:=63887373dd763f8d90cecc5a3616c363 -PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages +PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages \ + http://ftp.yi.se/pub/tinc/ \ + http://www.mirrors.wiretapped.net/security/network-security/tinc/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |