scripts/download.pl: use HTTP instead of FTP for the default GNU site

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 37213
This commit is contained in:
Felix Fietkau 2013-07-09 12:52:12 +00:00
parent 44b17b9ef2
commit 40b3db713d
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ foreach my $mirror (@ARGV) {
push @mirrors, "http://downloads.sourceforge.net/$1";
}
} elsif ($mirror =~ /^\@GNU\/(.+)$/) {
push @mirrors, "ftp://ftp.gnu.org/gnu/$1";
push @mirrors, "http://ftp.gnu.org/pub/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";