From 4110d96f15200dba2875fe522c317847a6e2883f Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 27 Apr 2005 16:46:15 +0000 Subject: add master mirror to download script git-svn-id: svn://svn.openwrt.org/openwrt/trunk@736 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/scripts/download.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openwrt/scripts') 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; -- cgit v1.2.3