mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
scripts/download.pl: use HTTP instead of FTP for the default GNU site
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37213 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
0b924f05a0
commit
f56e626514
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user