scripts: cfe-bin-header: fix shebang
[oweals/openwrt.git] / scripts / download.pl
index 7d29d6bebdb5ec85574b3528b4d57a3ddcbcd701..1d3ff02c5bbef8a0fa55394bbfae4a6d9f6d5555 100755 (executable)
@@ -197,6 +197,7 @@ foreach my $mirror (@ARGV) {
                push @mirrors, "https://mirror.netcologne.de/apache.org/$1";
                push @mirrors, "https://mirror.aarnet.edu.au/pub/apache/$1";
                push @mirrors, "https://mirror.csclub.uwaterloo.ca/apache/$1";
+               push @mirrors, "https://archive.apache.org/dist/$1";
                push @mirrors, "http://mirror.cogentco.com/pub/apache/$1";
                push @mirrors, "http://mirror.navercorp.com/apache/$1";
                push @mirrors, "http://ftp.jaist.ac.jp/pub/apache/$1";
@@ -257,6 +258,7 @@ foreach my $mirror (@ARGV) {
        }
 }
 
+unshift @mirrors, 'https://sources.cdn.openwrt.org';
 #push @mirrors, 'https://mirror1.openwrt.org';
 push @mirrors, 'https://sources.openwrt.org';
 push @mirrors, 'https://mirror2.openwrt.org/sources';