From: Felix Fietkau Date: Wed, 6 Sep 2006 00:26:15 +0000 (+0000) Subject: change path for mirror2.openwrt.org X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=09ee14dd1c746a7c69398ad03fe5d985708d2c5e;p=openwrt%2Fstaging%2Fnbd.git change path for mirror2.openwrt.org SVN-Revision: 4759 --- diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index 094ec04861..feb38a1bee 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -92,7 +92,7 @@ foreach my $mirror (@ARGV) { } push @mirrors, 'http://mirror1.openwrt.org/'; -push @mirrors, 'http://mirror2.openwrt.org/'; +push @mirrors, 'http://mirror2.openwrt.org/sources'; push @mirrors, 'http://downloads.openwrt.org/sources/'; while (!$ok) {