X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2Fscripts%2Fdownload.pl;fp=openwrt%2Fscripts%2Fdownload.pl;h=4dc40f0e580d0c23d92b67f320309e105520a6ec;hb=9d8a63a125acfb95812f50a79afe0cd7d8ccc99b;hp=a59ffe6ba6c285008fe715752da5ec5eda2def99;hpb=bbffc75ea1c0ae8d1c033632bdd765c42ce1b7a6;p=openwrt%2Fopenwrt.git diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index a59ffe6ba6..4dc40f0e58 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -75,8 +75,8 @@ foreach my $mirror (@ARGV) { } } -push @mirrors, 'http://mirror1.openwrt.org/'; -push @mirrors, 'http://mirror2.openwrt.org/'; +#push @mirrors, 'http://mirror1.openwrt.org/'; +#push @mirrors, 'http://mirror2.openwrt.org/'; push @mirrors, 'http://downloads.openwrt.org/sources/'; while (!$ok) {