scripts: sources CDN as fallback in download.pl
[openwrt/openwrt.git] / scripts / download.pl
index 84d10dbe5f9daea410c33677ef8cb3b90160f3ae..61af0a04295d6cd054b2fb040e4a24695558df98 100755 (executable)
@@ -258,7 +258,7 @@ foreach my $mirror (@ARGV) {
        }
 }
 
-#push @mirrors, 'https://mirror1.openwrt.org';
+push @mirrors, 'https://sources.cdn.openwrt.org';
 push @mirrors, 'https://sources.openwrt.org';
 push @mirrors, 'https://mirror2.openwrt.org/sources';