summaryrefslogtreecommitdiffstats
path: root/scripts/download.pl
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-01 15:16:46 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-07-01 15:16:46 +0000
commit196faec139234c9e113957a4d62738b259158480 (patch)
tree9d63e602eb787d4292d5c7ccf9b09ee4b325506d /scripts/download.pl
parent09a64fba2b25e9de6971a9c68642e2782bba8be0 (diff)
update master mirror url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/download.pl')
-rwxr-xr-xscripts/download.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download.pl b/scripts/download.pl
index df55b8f12..08caa03e7 100755
--- a/scripts/download.pl
+++ b/scripts/download.pl
@@ -77,7 +77,7 @@ foreach my $mirror (@ARGV) {
push @mirrors, 'http://mirror1.openwrt.org/';
push @mirrors, 'http://mirror2.openwrt.org/';
-push @mirrors, 'http://openwrt.org/download/sources/';
+push @mirrors, 'http://downloads.openwrt.org/sources/';
while (!$ok) {
my $mirror = shift @mirrors;