From 7e963960fdd08874bfbd4fcea4e466e2a1e1db55 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 8 Jun 2005 06:48:19 +0000 Subject: Add GNU download facility git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1170 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/download.pl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'scripts/download.pl') diff --git a/scripts/download.pl b/scripts/download.pl index 8042e2d07..482f7af53 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -64,12 +64,19 @@ foreach my $mirror (@ARGV) { }; } 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 { push @mirrors, $mirror; } } push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror'; +push @mirrors, 'http://openwrt.org/download/sources/'; while (!$ok) { my $mirror = shift @mirrors; -- cgit v1.2.3