mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:26:14 +02:00
Add GNU download facility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1170 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
190a1be7a3
commit
5d2f21c8e3
@ -64,12 +64,19 @@ foreach my $mirror (@ARGV) {
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
close SF;
|
close SF;
|
||||||
|
} elsif ($mirror =~ /^\@GNU\/(.+)$/) {
|
||||||
|
my $gnupath = $1;
|
||||||
|
push @mirrors, "ftp://ftp.gnu.org/gnu/$gnupath";
|
||||||
|
push @mirrors, "ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/$gnupath";
|
||||||
|
push @mirrors, "ftp://ftp.mirror.nl/pub/mirror/gnu/$gnupath";
|
||||||
|
push @mirrors, "http://mirror.switch.ch/ftp/mirror/gnu/$gnupath";
|
||||||
} else {
|
} else {
|
||||||
push @mirrors, $mirror;
|
push @mirrors, $mirror;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror';
|
push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror';
|
||||||
|
push @mirrors, 'http://openwrt.org/download/sources/';
|
||||||
|
|
||||||
while (!$ok) {
|
while (!$ok) {
|
||||||
my $mirror = shift @mirrors;
|
my $mirror = shift @mirrors;
|
||||||
|
Loading…
Reference in New Issue
Block a user