index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
about
summary
refs
log
tree
commit
diff
path:
root
/
scripts
/
download.pl
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Felix Fietkau <nbd@openwrt.org>
2012-02-25 20:44:02 +0000
committer
Felix Fietkau <nbd@openwrt.org>
2012-02-25 20:44:02 +0000
commit
4dc4ebe0c856b88c8f3cf80c5a23a259e1c26586
(
patch
)
tree
cc15c73cc287e35efc1291688c600193c0d1a5fd
/
scripts/download.pl
parent
fe66f30aae870a2d1230fcf0d3fb0b8007f054e2
(
diff
)
scripts/download.pl: fix sourceforge url
SVN-Revision: 30726
Diffstat
(limited to 'scripts/download.pl')
-rwxr-xr-x
scripts/download.pl
2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index 042b1cce7d..d79950f9b2 100755
--- a/
scripts/download.pl
+++ b/
scripts/download.pl
@@ -123,7 +123,7 @@ foreach my $mirror (@ARGV) {
if ($mirror =~ /^\@SF\/(.+)$/) {
# give sourceforge a few more tries, because it redirects to different mirrors
for (1 .. 5) {
- push @mirrors, "http://downloads.sourceforge.net/$1";
+ push @mirrors, "http://downloads.sourceforge.net/project/$1";
}
} elsif ($mirror =~ /^\@GNU\/(.+)$/) {
push @mirrors, "ftp://ftp.gnu.org/gnu/$1";