fixed download.pl
authorrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Wed, 27 Oct 2010 01:59:06 +0000 (01:59 +0000)
committerrisci_atom <risci_atom@d459f2a8-9e7c-4474-95e1-7f88c49cc8e2>
Wed, 27 Oct 2010 01:59:06 +0000 (01:59 +0000)
git-svn-id: http://svn.librewrt.org/librewrt@62 d459f2a8-9e7c-4474-95e1-7f88c49cc8e2

bright-ben/scripts/download.pl

index 27a461d8b1999dc1c376828cb3411627d4a031d5..0bdf6c21658957cb03d9dafeb3709b6fd1bebc3e 100755 (executable)
@@ -164,9 +164,7 @@ 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';
 
 while (!$ok) {
        my $mirror = shift @mirrors;