mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
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> SVN-Revision: 37323
This commit is contained in:
parent
758a411797
commit
53d4d18f07
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user