From: Nicolas Thill Date: Thu, 16 Jun 2005 23:39:39 +0000 (+0000) Subject: Fix openwrt master downloads location X-Git-Tag: whiterussian_rc4~400 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=e9cf102f4dfd7de17cac4c3388e0f7fd3e120b9c;p=openwrt%2Fsvn-archive%2Fopenwrt.git Fix openwrt master downloads location SVN-Revision: 1264 --- 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;