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 | 4110d96f15200dba2875fe522c317847a6e2883f (patch) | |
tree | c8d6c62b186308b52642fa28b2ff6b32c4e188cf /openwrt/scripts/download.pl | |
parent | 1d6ffef18fe19d3279d69976323155221f8b10de (diff) |
add master mirror to download script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@736 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/scripts/download.pl')
-rwxr-xr-x | openwrt/scripts/download.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index edd32d5c8..607a9bde5 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/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; |