From: Felix Fietkau Date: Wed, 27 Apr 2005 16:46:15 +0000 (+0000) Subject: add master mirror to download script X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=08cfacc5292cf6eb9fbf5321717ed6f21610761f;p=librecmc%2Flibrecmc.git add master mirror to download script SVN-Revision: 736 --- diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index edd32d5c8a..607a9bde53 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -11,6 +11,8 @@ my $ok; @mirrors > 0 or die "Syntax: $0 [ ...]\n"; +push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror'; + sub download { my $mirror = shift;