add master mirror to download script

SVN-Revision: 736
This commit is contained in:
Felix Fietkau 2005-04-27 16:46:15 +00:00
parent bd25e8a3bc
commit 08cfacc529
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ my $ok;
@mirrors > 0 or die "Syntax: $0 <target dir> <filename> <md5sum> <mirror> [<mirror> ...]\n";
push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror';
sub download
{
my $mirror = shift;