add master mirror to download script

SVN-Revision: 736
master
Felix Fietkau 20 years ago
parent bd25e8a3bc
commit 08cfacc529
  1. 2
      openwrt/scripts/download.pl

@ -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…
Cancel
Save