summaryrefslogtreecommitdiffstats
path: root/openwrt
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-05 16:14:04 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-05 16:14:04 +0000
commit252fea251e3d7fe0e93c52c499757f81acde346c (patch)
tree29affab553729746d2b57c168caca99edbb3613e /openwrt
parent82f39ae45ebffbe22578615bfb7c0ffe21ca05eb (diff)
Fit new sourceforge.net download page layout, thanks to Fabian Deutsch for reporting the bug and submitting the patch.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3310 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt')
-rwxr-xr-xopenwrt/scripts/download.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl
index 84c97cf9a..fd55ba24d 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";
};