mirror of https://github.com/hak5/openwrt.git
script: downlaod: change mirror for kernel.org
kernel.org now suggests a different mirror address. this one also support IPv6 connections and was faster for me. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46875lede-17.01
parent
98e00f8fdd
commit
accc5e3693
|
@ -173,8 +173,8 @@ foreach my $mirror (@ARGV) {
|
||||||
push @extra, "$extra[0]/longterm/v$1";
|
push @extra, "$extra[0]/longterm/v$1";
|
||||||
}
|
}
|
||||||
foreach my $dir (@extra) {
|
foreach my $dir (@extra) {
|
||||||
push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir";
|
push @mirrors, "https://kernel.org/pub/$dir";
|
||||||
push @mirrors, "http://ftp.all.kernel.org/pub/$dir";
|
push @mirrors, "ftp://kernel.org/pub/$dir";
|
||||||
}
|
}
|
||||||
} elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
|
} elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
|
||||||
push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";
|
push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";
|
||||||
|
|
Loading…
Reference in New Issue