projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add cpmac ipv6 patch from mache
[openwrt.git]
/
openwrt
/
scripts
/
download.pl
diff --git
a/openwrt/scripts/download.pl
b/openwrt/scripts/download.pl
index
df55b8f
..
a59ffe6
100755
(executable)
--- 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;
foreach my $mirror (@ARGV) {
if ($mirror =~ /^\@SF\/(.+)$/) {
my $sfpath = $1;
- open SF, "wget -t1 -q -O- 'http://prdownloads.s
f
.net/$sfpath/$filename' |";
+ open SF, "wget -t1 -q -O- 'http://prdownloads.s
ourceforge
.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";
while (<SF>) {
/RADIO NAME=use_default VALUE=(\w+) OnClick="form\.submit\(\)">/ and do {
push @mirrors, "http://$1.dl.sourceforge.net/sourceforge/$sfpath";
@@
-77,7
+77,7
@@
foreach my $mirror (@ARGV) {
push @mirrors, 'http://mirror1.openwrt.org/';
push @mirrors, 'http://mirror2.openwrt.org/';
push @mirrors, 'http://mirror1.openwrt.org/';
push @mirrors, 'http://mirror2.openwrt.org/';
-push @mirrors, 'http://
openwrt.org/download
/sources/';
+push @mirrors, 'http://
downloads.openwrt.org
/sources/';
while (!$ok) {
my $mirror = shift @mirrors;
while (!$ok) {
my $mirror = shift @mirrors;
This page took
0.019462 seconds
and
4
git commands to generate.