From: Felix Fietkau Date: Fri, 1 Jul 2005 15:16:46 +0000 (+0000) Subject: update master mirror url X-Git-Tag: reboot~32448 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f9e58fed16353032e5b3db7ae34fd682625f5403;p=openwrt%2Fopenwrt.git update master mirror url SVN-Revision: 1304 --- diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index df55b8f12e..08caa03e78 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/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;