add atftp, bind and dhcp, not perfect, but first step
[openwrt.git] / openwrt / scripts / download.pl
index 482f7af..08caa03 100755 (executable)
@@ -75,8 +75,9 @@ foreach my $mirror (@ARGV) {
        }
 }
 
-push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror';
-push @mirrors, 'http://openwrt.org/download/sources/';
+push @mirrors, 'http://mirror1.openwrt.org/';
+push @mirrors, 'http://mirror2.openwrt.org/';
+push @mirrors, 'http://downloads.openwrt.org/sources/';
 
 while (!$ok) {
        my $mirror = shift @mirrors;
This page took 0.020409 seconds and 4 git commands to generate.