mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 15:26:14 +02:00
add master mirror to download script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@736 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
1d6ffef18f
commit
4110d96f15
@ -11,6 +11,8 @@ my $ok;
|
|||||||
|
|
||||||
@mirrors > 0 or die "Syntax: $0 <target dir> <filename> <md5sum> <mirror> [<mirror> ...]\n";
|
@mirrors > 0 or die "Syntax: $0 <target dir> <filename> <md5sum> <mirror> [<mirror> ...]\n";
|
||||||
|
|
||||||
|
push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror';
|
||||||
|
|
||||||
sub download
|
sub download
|
||||||
{
|
{
|
||||||
my $mirror = shift;
|
my $mirror = shift;
|
||||||
|
Loading…
Reference in New Issue
Block a user