X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=scripts%2Fdownload.pl;h=d6a55b634c4ac58215433ac326dbc890ca06c05b;hb=32b3f9cdc66f2a89ecd4556725acb57d39c3a54d;hp=f17500f3c18bb768b6fbfb1434cdc34939b5bcb6;hpb=53d4d18f07c0ab53cb8763d285e2fdaa9cec593d;p=oweals%2Fopenwrt.git diff --git a/scripts/download.pl b/scripts/download.pl index f17500f3c1..d6a55b634c 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -152,8 +152,8 @@ foreach my $mirror (@ARGV) { push @mirrors, "http://downloads.sourceforge.net/$1"; } } elsif ($mirror =~ /^\@GNU\/(.+)$/) { - push @mirrors, "http://ftp.gnu.org/pub/gnu/$1"; push @mirrors, "http://ftpmirror.gnu.org/$1"; + push @mirrors, "http://ftp.gnu.org/pub/gnu/$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";