X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c63bd3902509922fc139725871fe6da16013757d..3c6134c2315583a3e91abaf8ca3f49908a5ac98b:/openwrt/scripts/download.pl diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index 9f46810a8..84c97cf9a 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -62,6 +62,9 @@ foreach my $mirror (@ARGV) { /type="radio" name="use_default" value="(\w+)" onclick="form\.submit\(\)"\/>/ and do { push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath"; }; + /Download/ and do { + push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath"; + }; } push @mirrors, "http://dl.sourceforge.net/sourceforge/$sfpath"; close SF;