git-svn-id: http://svn.librewrt.org/librewrt@67 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2
[librewrt/.git] / bright-ben / scripts / download.pl
index 27a461d8b1999dc1c376828cb3411627d4a031d5..6396e20df3400394b9abfe4e8fdc0dbc59f37e9e 100755 (executable)
@@ -135,17 +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 =~ /^\@GNOME\/(.+)$/) {
+       }
+        elsif ($mirror =~ /^\@GNOME\/(.+)$/) {
                push @mirrors, "http://ftp.gnome.org/pub/GNOME/sources/$1";
                push @mirrors, "http://ftp.unina.it/pub/linux/GNOME/sources/$1";
                push @mirrors, "http://fr2.rpmfind.net/linux/gnome.org/sources/$1";
@@ -164,10 +156,9 @@ foreach my $mirror (@ARGV) {
        }
 }
 
-#push @mirrors, 'http://mirror1.openwrt.org';
-push @mirrors, 'http://mirror2.openwrt.org/sources';
-push @mirrors, 'http://downloads.openwrt.org/sources';
-
+push @mirrors, 'http://download.librewrt.org/sources';
+push @mirrors, 'http://riscicomputing.com/src/pkgs';
+push @mirrors, 'http://riscicomputing.org/src/pkgs';
 while (!$ok) {
        my $mirror = shift @mirrors;
        $mirror or die "No more mirrors to try - giving up.\n";