X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/0cb72e57cda333d0ef1314f559f48decb8f282a1..75bddef71ae05b51afd36fc9dab9ff9e1b8a3cd2:/openwrt/scripts/download.pl diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index 08caa03e7..a59ffe6ba 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -57,7 +57,7 @@ sub cleanup foreach my $mirror (@ARGV) { if ($mirror =~ /^\@SF\/(.+)$/) { my $sfpath = $1; - open SF, "wget -t1 -q -O- 'http://prdownloads.sf.net/$sfpath/$filename' |"; + open SF, "wget -t1 -q -O- 'http://prdownloads.sourceforge.net/$sfpath/$filename' |"; while () { /RADIO NAME=use_default VALUE=(\w+) OnClick="form\.submit\(\)">/ and do { push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";