add master mirror to download script
authorFelix Fietkau <nbd@openwrt.org>
Wed, 27 Apr 2005 16:46:15 +0000 (16:46 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 27 Apr 2005 16:46:15 +0000 (16:46 +0000)
SVN-Revision: 736

openwrt/scripts/download.pl

index edd32d5c8ae32ff5f7132dea2cf464a297580dcb..607a9bde532c20559d30d9dc8247a7b549027abb 100755 (executable)
@@ -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;