X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Fdownload.pl;h=882e907d6499a5ee03e40617edf86d55d92385a2;hb=b7831105b451d80125669f695dd89433adf77bb5;hp=8f5d1d6b464c2a98a896fe329139b9f901fbdc7c;hpb=c1c95f3563e3f13bc6c6139edc97220f6d6e9d7a;p=lede-git%2F.git diff --git a/scripts/download.pl b/scripts/download.pl index 8f5d1d6b46..882e907d64 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -107,9 +107,9 @@ foreach my $mirror (@ARGV) { } } -#push @mirrors, 'http://mirror1.openwrt.org/'; +#push @mirrors, 'http://mirror1.openwrt.org'; push @mirrors, 'http://mirror2.openwrt.org/sources'; -push @mirrors, 'http://downloads.openwrt.org/sources/'; +push @mirrors, 'http://downloads.openwrt.org/sources'; while (!$ok) { my $mirror = shift @mirrors;