X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/7e963960fdd08874bfbd4fcea4e466e2a1e1db55..ccbb63927df6e04db8494d6f4d82fbc6ec1aa920:/scripts/download.pl?ds=sidebyside diff --git a/scripts/download.pl b/scripts/download.pl index 482f7af53..df55b8f12 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -75,7 +75,8 @@ foreach my $mirror (@ARGV) { } } -push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror'; +push @mirrors, 'http://mirror1.openwrt.org/'; +push @mirrors, 'http://mirror2.openwrt.org/'; push @mirrors, 'http://openwrt.org/download/sources/'; while (!$ok) {