[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
master
Mirko Vogt 2013-07-14 21:26:35 +00:00
parent ceda2a3f2d
commit 525118266d
1 changed files with 0 additions and 4 deletions

View File

@ -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";