diff --git a/scripts/download.pl b/scripts/download.pl index edd32d5c8a..607a9bde53 100755 --- a/scripts/download.pl +++ b/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;