diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-01 15:16:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-01 15:16:46 +0000 |
commit | 2160b88d31e95d617ce2c4c14524f8205d5c8c3e (patch) | |
tree | 9d63e602eb787d4292d5c7ccf9b09ee4b325506d /scripts | |
parent | fa61a60f679a4ed1ef7a4da66dc3ddfaafe17a08 (diff) | |
download | upstream-2160b88d31e95d617ce2c4c14524f8205d5c8c3e.tar.gz upstream-2160b88d31e95d617ce2c4c14524f8205d5c8c3e.tar.bz2 upstream-2160b88d31e95d617ce2c4c14524f8205d5c8c3e.zip |
update master mirror url
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1304 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/download.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download.pl b/scripts/download.pl index df55b8f12e..08caa03e78 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; |