projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
make gcc compile install libgcc_s by default, remove package/libgcc/
[openwrt.git]
/
openwrt
/
scripts
/
download.pl
diff --git
a/openwrt/scripts/download.pl
b/openwrt/scripts/download.pl
index
edd32d5
..
607a9bd
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;
This page took
0.018797 seconds
and
4
git commands to generate.