kernel: bump 4.19 to 4.19.81
[oweals/openwrt.git] / scripts / download.pl
index 34fd6a6f0b6bff3d1d55aee818e24fc41c6650da..7d29d6bebdb5ec85574b3528b4d57a3ddcbcd701 100755 (executable)
@@ -231,12 +231,12 @@ foreach my $mirror (@ARGV) {
                        push @extra, "$extra[0]/testing";
                } elsif ($filename =~ /linux-(\d+\.\d+(?:\.\d+)?)/) {
                        push @extra, "$extra[0]/longterm/v$1";
-               }               
+               }
                foreach my $dir (@extra) {
                        push @mirrors, "https://cdn.kernel.org/pub/$dir";
-                       push @mirrors, "https://mirror.rackspace.com/kernel.org/$dir";
-                       push @mirrors, "http://download.xs4all.nl/ftp.kernel.org/pub/$dir";
-                       push @mirrors, "http://mirrors.mit.edu/kernel/$dir";
+                       push @mirrors, "https://mirror.rackspace.com/kernel.org/pub/$dir";
+                       push @mirrors, "https://download.xs4all.nl/ftp.kernel.org/pub/$dir";
+                       push @mirrors, "https://mirrors.mit.edu/kernel/$dir";
                        push @mirrors, "http://ftp.nara.wide.ad.jp/pub/kernel.org/$dir";
                        push @mirrors, "http://www.ring.gr.jp/archives/linux/kernel.org/$dir";
                        push @mirrors, "ftp://ftp.riken.jp/Linux/kernel.org/$dir";
@@ -258,9 +258,8 @@ foreach my $mirror (@ARGV) {
 }
 
 #push @mirrors, 'https://mirror1.openwrt.org';
-push @mirrors, 'https://sources.lede-project.org';
+push @mirrors, 'https://sources.openwrt.org';
 push @mirrors, 'https://mirror2.openwrt.org/sources';
-push @mirrors, 'https://downloads.openwrt.org/sources';
 
 while (!-f "$target/$filename") {
        my $mirror = shift @mirrors;