projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5d4a2
)
add master mirror to download script
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Apr 2005 16:46:15 +0000
(16:46 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Apr 2005 16:46:15 +0000
(16:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@736
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
scripts/download.pl
patch
|
blob
|
history
diff --git
a/scripts/download.pl
b/scripts/download.pl
index
edd32d5
..
607a9bd
100755
(executable)
--- a/
scripts/download.pl
+++ b/
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;
This page took
0.024341 seconds
and
4
git commands to generate.