aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/download.pl
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-27 16:46:15 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-27 16:46:15 +0000
commit24c4f9fd5acc68763034da7b9c4a6dbf356d3f4a (patch)
tree1b257e71712da9fd3bd7f7122c043c3a80dec6b6 /scripts/download.pl
parent100dc09334760ca1fa80838b764a922ca8df369b (diff)
downloadupstream-24c4f9fd5acc68763034da7b9c4a6dbf356d3f4a.tar.gz
upstream-24c4f9fd5acc68763034da7b9c4a6dbf356d3f4a.tar.bz2
upstream-24c4f9fd5acc68763034da7b9c4a6dbf356d3f4a.zip
add master mirror to download script
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@736 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/download.pl')
-rwxr-xr-xscripts/download.pl2
1 files changed, 2 insertions, 0 deletions
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 <target dir> <filename> <md5sum> <mirror> [<mirror> ...]\n";
+push @mirrors, 'http://openwrt.inf.fh-brs.de/mirror';
+
sub download
{
my $mirror = shift;