diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-06 15:47:13 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-06 15:47:13 +0000 |
commit | e8f86e23ef949b5682c0ddd7e1fbadff0c3046fc (patch) | |
tree | 85b6afe583019fe4fc38c78bb2c8872d5f0a08ac /openwrt/package | |
parent | 1e9cb34e04f36213ed1c9f1d66f332d18f6dc020 (diff) | |
download | mtk-20170518-e8f86e23ef949b5682c0ddd7e1fbadff0c3046fc.zip mtk-20170518-e8f86e23ef949b5682c0ddd7e1fbadff0c3046fc.tar.gz mtk-20170518-e8f86e23ef949b5682c0ddd7e1fbadff0c3046fc.tar.bz2 |
Add some mirrors
SVN-Revision: 1162
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/iptables/Makefile | 5 | ||||
-rw-r--r-- | openwrt/package/openntpd/Makefile | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/openwrt/package/iptables/Makefile b/openwrt/package/iptables/Makefile index c81a345..b9f7d55 100644 --- a/openwrt/package/iptables/Makefile +++ b/openwrt/package/iptables/Makefile @@ -8,7 +8,10 @@ PKG_VERSION:=1.3.1 PKG_RELEASE:=1 PKG_MD5SUM:=c3358a3bd0d7755df0b64a5063db296b -PKG_SOURCE_URL:=http://www.netfilter.org/files +PKG_SOURCE_URL:=http://www.netfilter.org/files \ + ftp://ftp.be.netfilter.org/pub/netfilter/iptables/ \ + ftp://ftp.de.netfilter.org/pub/netfilter/iptables/ \ + ftp://ftp.no.netfilter.org/pub/netfilter/iptables/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_CAT:=bzcat diff --git a/openwrt/package/openntpd/Makefile b/openwrt/package/openntpd/Makefile index 8af22b2..45584a6 100644 --- a/openwrt/package/openntpd/Makefile +++ b/openwrt/package/openntpd/Makefile @@ -9,7 +9,9 @@ PKG_MD5SUM:=4584f226523776a3cdd2fb6f8212ba8d # space separated list or special @SF for sourceforge projects PKG_SOURCE_URL:=ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/ \ - ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenNTPD/ + ftp://ftp.de.openbsd.org/pub/unix/OpenBSD/OpenNTPD/ \ + ftp://ftp.fr.openbsd.org/pub/OpenBSD/OpenNTPD/ \ + ftp://ftp.sunet.se/pub/OpenBSD/OpenNTPD/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat |