From: Florian Fainelli <florian@openwrt.org>
Date: Sun, 5 Mar 2006 16:14:04 +0000 (+0000)
Subject: Fit new sourceforge.net download page layout, thanks to Fabian Deutsch for reporting... 
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ab043b92c1bd7283e7a6db6403c7c49ebebd78c4;p=openwrt%2Fstaging%2Fthess.git

Fit new sourceforge.net download page layout, thanks to Fabian Deutsch for reporting the bug and submitting the patch.

SVN-Revision: 3310
---

diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl
index 84c97cf9a9..fd55ba24df 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 (<SF>) {
+			/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";
 			};