X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a5375929b95a1bb780474bc184eba6dfa370cda5..b54d6b49ab461c1e9c732b2b2974c9803f1b5bc4:/openwrt/scripts/download.pl?ds=sidebyside diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index 84c97cf9a..794d8edeb 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/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) {