mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-29 18:19:02 +00:00
fix sourceforge mirrors, thx d1mag
SVN-Revision: 2582
This commit is contained in:
parent
1a996c0325
commit
cb21d6b25c
@ -59,7 +59,7 @@ foreach my $mirror (@ARGV) {
|
||||
my $sfpath = $1;
|
||||
open SF, "wget -t1 -q -O- 'http://prdownloads.sourceforge.net/$sfpath/$filename' |";
|
||||
while (<SF>) {
|
||||
/RADIO NAME=use_default VALUE=(\w+) OnClick="form\.submit\(\)">/ and do {
|
||||
/type="radio" name="use_default" value="(\w+)" onclick="form\.submit\(\)"\/>/ and do {
|
||||
push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user