summaryrefslogtreecommitdiffstats
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
commit0c3a38397429ea83220793aadd5c81b26040f158 (patch)
treecd123de056375c92525dc57d62f75b971b738f88 /scripts/download.pl
parentc21b5cc34ab2b8f28b914ed9318b4f6f046a5b7b (diff)
downloadmaster-31e0f0ae-0c3a38397429ea83220793aadd5c81b26040f158.tar.gz
master-31e0f0ae-0c3a38397429ea83220793aadd5c81b26040f158.tar.bz2
master-31e0f0ae-0c3a38397429ea83220793aadd5c81b26040f158.zip
download.pl: remove ftp.geo.kernel.org mirror, it does not resolve
SVN-Revision: 29947
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";