mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-06 17:59:28 -05:00
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: 46875
This commit is contained in:
@@ -173,8 +173,8 @@ foreach my $mirror (@ARGV) {
|
||||
push @extra, "$extra[0]/longterm/v$1";
|
||||
}
|
||||
foreach my $dir (@extra) {
|
||||
push @mirrors, "ftp://ftp.all.kernel.org/pub/$dir";
|
||||
push @mirrors, "http://ftp.all.kernel.org/pub/$dir";
|
||||
push @mirrors, "https://kernel.org/pub/$dir";
|
||||
push @mirrors, "ftp://kernel.org/pub/$dir";
|
||||
}
|
||||
} elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
|
||||
push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";
|
||||
|
||||
Reference in New Issue
Block a user