diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-20 18:08:46 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-20 18:08:46 +0000 |
commit | 1911c67d0b7ab581da7fe6bfd526597baf4955b0 (patch) | |
tree | cdf119d0fc4c40c700b4484bba26f6dbcd7f3958 | |
parent | 76a99895e375de41df319ad0be5e7043e574a3c1 (diff) |
add mirror1 again. sponsored by FH BRS, Lab for telecommunications
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3418 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | scripts/download.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/download.pl b/scripts/download.pl index fd55ba24df..794d8edeb8 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -84,8 +84,7 @@ foreach my $mirror (@ARGV) { } } -#push @mirrors, 'http://mirror1.openwrt.org/'; -#push @mirrors, 'http://mirror2.openwrt.org/'; +push @mirrors, 'http://mirror1.openwrt.org/'; push @mirrors, 'http://downloads.openwrt.org/sources/'; while (!$ok) { |