summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-14 21:26:35 +0000
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-07-14 21:26:35 +0000
commit867f0e2078cab1db3798b57f6e380a91a2174511 (patch)
treec9a13ba54b3d4e8d18a971556eec20b9b7d0bbf0 /scripts
parentc2878d6232d70956f8f646d4bd133f160c908f33 (diff)
[scripts/downloads.pl] remove broken mirrors for linux kernel
ftp.de.kernel.org / ftp.fr.kernel.org don't resolv anymore, ftp.all.kernel.org is DNS round robin anyway Signed-off-by: Mirko Vogt <mirko@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/download.pl4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index 2ed852a231..f17500f3c1 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -167,10 +167,6 @@ foreach my $mirror (@ARGV) {
foreach my $dir (@extra) {
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";
- push @mirrors, "http://ftp.de.kernel.org/pub/$dir";
- push @mirrors, "ftp://ftp.fr.kernel.org/pub/$dir";
- push @mirrors, "http://ftp.fr.kernel.org/pub/$dir";
}
} elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";