X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/26448e3894f52004cd9667bfdbb2a34a14260696..28398504ad0bb396806c5499248e3a947851333e:/scripts/download.pl?ds=sidebyside diff --git a/scripts/download.pl b/scripts/download.pl index 8f5d1d6b4..882e907d6 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;