removed option for free softwtare choice
[librewrt/.git] / bright-ben / scripts / download.pl
index 496694355bae94cce6ef813d11d68d68eea51cf6..71899f129b23a288da72c1022a8b4010bf98f2e3 100755 (executable)
@@ -135,16 +135,9 @@ foreach my $mirror (@ARGV) {
                push @mirrors, "ftp://ftp.leo.org/pub/comp/os/unix/gnu/$1";
                push @mirrors, "ftp://ftp.digex.net/pub/gnu/$1";
        } elsif ($mirror =~ /^\@KERNEL\/(.+)$/) {
-               push @mirrors, "ftp://ftp.geo.kernel.org/pub/$1";
-               push @mirrors, "http://ftp.geo.kernel.org/pub/$1";
-               push @mirrors, "ftp://ftp.all.kernel.org/pub/$1";
-               push @mirrors, "http://ftp.all.kernel.org/pub/$1";
-               push @mirrors, "ftp://ftp.de.kernel.org/pub/$1";
-               push @mirrors, "http://ftp.de.kernel.org/pub/$1";
-               push @mirrors, "ftp://ftp.fr.kernel.org/pub/$1";
-               push @mirrors, "http://ftp.fr.kernel.org/pub/$1";
-       } elsif ($mirror =~ /^\@KERNEL_LIBRE\/(.+)$/) {
                push @mirrors, "http://www.fsfla.org/svnwiki/selibre/linux-libre/$1";
+       } #elsif ($mirror =~ /^\@KERNEL_LIBRE\/(.+)$/) {
+#              push @mirrors, "http://www.fsfla.org/svnwiki/selibre/linux-libre/$1";
     } elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
                push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";
                push @mirrors, "http://ftp.unina.it/pub/linux/GNOME/sources/$1";