add master mirror to download script
SVN-Revision: 736
This commit is contained in:
parent
bd25e8a3bc
commit
08cfacc529
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue