projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd25e8a
)
add master mirror to download script
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Apr 2005 16:46:15 +0000
(16:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 27 Apr 2005 16:46:15 +0000
(16:46 +0000)
SVN-Revision: 736
openwrt/scripts/download.pl
patch
|
blob
|
history
diff --git
a/openwrt/scripts/download.pl
b/openwrt/scripts/download.pl
index edd32d5c8ae32ff5f7132dea2cf464a297580dcb..607a9bde532c20559d30d9dc8247a7b549027abb 100755
(executable)
--- a/
openwrt/scripts/download.pl
+++ b/
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;