diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-27 16:46:15 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-27 16:46:15 +0000 |
commit | f684c40a58aab3f2e851037493fdbf0af7497b85 (patch) | |
tree | 1b257e71712da9fd3bd7f7122c043c3a80dec6b6 | |
parent | 6b5d4a28435632dbb1a9df61b81a34c949765e23 (diff) |
add master mirror to download script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@736 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-x | scripts/download.pl | 2 |
1 files changed, 2 insertions, 0 deletions
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 <target dir> <filename> <md5sum> <mirror> [<mirror> ...]\n"; +push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror'; + sub download { my $mirror = shift; |