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 | 3b395d1671465e69baa519dc569edde4ce4a654d (patch) | |
tree | 2018f570a1095f4d091f3fd1a509b12154a557f3 | |
parent | 008230e9e228251c37d7ff083bc216dd25b90dbe (diff) | |
download | mtk-20170518-3b395d1671465e69baa519dc569edde4ce4a654d.zip mtk-20170518-3b395d1671465e69baa519dc569edde4ce4a654d.tar.gz mtk-20170518-3b395d1671465e69baa519dc569edde4ce4a654d.tar.bz2 |
Add some mirrors
SVN-Revision: 1160
-rw-r--r-- | openwrt/package/tinc/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/tinc/Makefile b/openwrt/package/tinc/Makefile index 48eb9a6..c0e653f 100644 --- a/openwrt/package/tinc/Makefile +++ b/openwrt/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 |