summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-28 23:49:36 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-28 23:49:36 +0000
commit9107a02a72d3c5066e6bf9c1062b56a02daa812e (patch)
tree20fc9b8cbbce061b5c02f9ed9390f8aaf647f45b /scripts
parentbe924180e6b6817dc0fc07c42f5587918139e6cb (diff)
scripts: update GNU mirrors
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35838 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/download.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index 0e3d02409..f2b064b34 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -153,13 +153,10 @@ foreach my $mirror (@ARGV) {
}
} elsif ($mirror =~ /^\@GNU\/(.+)$/) {
push @mirrors, "ftp://ftp.gnu.org/gnu/$1";
+ push @mirrors, "http://ftpmirror.gnu.org/$1";
push @mirrors, "ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/$1";
push @mirrors, "ftp://ftp.mirror.nl/pub/mirror/gnu/$1";
push @mirrors, "http://mirror.switch.ch/ftp/mirror/gnu/$1";
- push @mirrors, "ftp://ftp.uu.net/archive/systems/gnu/$1";
- push @mirrors, "ftp://ftp.eu.uu.net/pub/gnu/$1";
- push @mirrors, "ftp://ftp.leo.org/pub/comp/os/unix/gnu/$1";
- push @mirrors, "ftp://ftp.digex.net/pub/gnu/$1";
} elsif ($mirror =~ /^\@KERNEL\/(.+)$/) {
my @extra = ( $1 );
if ($filename =~ /linux-\d+\.\d+(?:\.\d+)?-rc/) {