print kernel message when cache workarounds are enabled
[openwrt-10.03/.git] / scripts / download.pl
index 482f7af53b33d4bf1e9f1b74f96e713b1f40e30e..08caa03e78135ff209161f07d2c85bd429150091 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;