X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/6b5d4a28435632dbb1a9df61b81a34c949765e23..f684c40a58aab3f2e851037493fdbf0af7497b85:/scripts/download.pl diff --git a/scripts/download.pl b/scripts/download.pl index edd32d5c8..607a9bde5 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;