1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-01 00:21:51 +02:00

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

@ -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;