X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=scripts%2Fdownload.pl;fp=scripts%2Fdownload.pl;h=bd62b6b9566ce729f78f54e3ea3ea0003c91b52b;hp=34fd6a6f0b6bff3d1d55aee818e24fc41c6650da;hb=0f3667864d5391c2d9ace63ccfc83ab270405cc9;hpb=b39ded4ab7e02cedd50810a206dadd71e1ea7fb7 diff --git a/scripts/download.pl b/scripts/download.pl index 34fd6a6f0b..bd62b6b956 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -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;