move target/default/target_skeleton into package/base-files, put all the default...
[openwrt-10.03/.git] / scripts / download.pl
index 08caa03e78135ff209161f07d2c85bd429150091..a59ffe6ba6c285008fe715752da5ec5eda2def99 100755 (executable)
@@ -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 (<SF>) {
                        /RADIO NAME=use_default VALUE=(\w+) OnClick="form\.submit\(\)">/ and do {
                                push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";