summaryrefslogtreecommitdiff
path: root/openwrt/scripts/download.pl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-27 16:46:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-27 16:46:15 +0000
commit08cfacc5292cf6eb9fbf5321717ed6f21610761f (patch)
treec8d6c62b186308b52642fa28b2ff6b32c4e188cf /openwrt/scripts/download.pl
parentbd25e8a3bc76a515de130773b11d6e1b3f9b8b55 (diff)
downloadmtk-20170518-08cfacc5292cf6eb9fbf5321717ed6f21610761f.zip
mtk-20170518-08cfacc5292cf6eb9fbf5321717ed6f21610761f.tar.gz
mtk-20170518-08cfacc5292cf6eb9fbf5321717ed6f21610761f.tar.bz2
add master mirror to download script
SVN-Revision: 736
Diffstat (limited to 'openwrt/scripts/download.pl')
-rwxr-xr-xopenwrt/scripts/download.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl
index edd32d5..607a9bd 100755
--- 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;