X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=scripts%2Fdownload.pl;h=f17500f3c18bb768b6fbfb1434cdc34939b5bcb6;hp=2ed852a231a938fde07dbd024e47b36066ed48b3;hb=42179c5d154281906088e63de5b636f90ca92aa3;hpb=9c252f33cc0a0ef41990b8fe78886e399f178e86 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";