X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/350b643ec5b5096d260ed5c20459127203b92ae4..2fb0892917fa75590e20c32599de11880fe92c23:/scripts/download.pl diff --git a/scripts/download.pl b/scripts/download.pl index 84c97cf9a..794d8edeb 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -59,6 +59,7 @@ foreach my $mirror (@ARGV) { my $sfpath = $1; open SF, "wget -t1 -q -O- 'http://prdownloads.sourceforge.net/$sfpath/$filename' |"; while () { + /RADIO NAME=use_default VALUE=(\w+) OnClick="form\.submit\(\)">/ or /type="radio" name="use_default" value="(\w+)" onclick="form\.submit\(\)"\/>/ and do { push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath"; }; @@ -83,8 +84,7 @@ foreach my $mirror (@ARGV) { } } -#push @mirrors, 'http://mirror1.openwrt.org/'; -#push @mirrors, 'http://mirror2.openwrt.org/'; +push @mirrors, 'http://mirror1.openwrt.org/'; push @mirrors, 'http://downloads.openwrt.org/sources/'; while (!$ok) {