aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/download.pl
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-01-29 19:28:12 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-01-29 19:28:12 +0000
commitacd9bb6f8d38cff721133aa7062941981e5bdee2 (patch)
tree10c4e6dcaa9c34fd87bb1b2a6a28df32ecd4c6f1 /scripts/download.pl
parent8f49540aa7d8b79e9479c423e3745fafb3b7ce6d (diff)
downloadmaster-187ad058-acd9bb6f8d38cff721133aa7062941981e5bdee2.tar.gz
master-187ad058-acd9bb6f8d38cff721133aa7062941981e5bdee2.tar.bz2
master-187ad058-acd9bb6f8d38cff721133aa7062941981e5bdee2.zip
[scripts] download.pl: remove ftp.geo.kernel.org mirror, it does not resolve
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29947 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/download.pl')
-rwxr-xr-xscripts/download.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index 7d2c41e0d0..042b1cce7d 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -142,8 +142,6 @@ foreach my $mirror (@ARGV) {
push @extra, "$extra[0]/longterm/v$1";
}
foreach my $dir (@extra) {
- push @mirrors, "ftp://ftp.geo.kernel.org/pub/$dir";
- push @mirrors, "http://ftp.geo.kernel.org/pub/$dir";
push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir";
push @mirrors, "http://ftp.all.kernel.org/pub/$dir";
push @mirrors, "ftp://ftp.de.kernel.org/pub/$dir";