summaryrefslogtreecommitdiffstats
path: root/scripts/download.pl
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-29 19:28:12 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-01-29 19:28:12 +0000
commit145008f98d1306d2438f37a90adc38076318856c (patch)
tree10c4e6dcaa9c34fd87bb1b2a6a28df32ecd4c6f1 /scripts/download.pl
parent5a89e8c08e58eb7905b29730f752ed39cffa2b91 (diff)
[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 7d2c41e0d..042b1cce7 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";