Skip to content
Snippets Groups Projects
Commit 53d4d18f authored by Mirko Vogt's avatar Mirko Vogt
Browse files

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: default avatarMirko Vogt <mirko@openwrt.org>

SVN-Revision: 37323
parent 758a4117
No related branches found
No related tags found
No related merge requests found
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment