diff options
Diffstat (limited to 'openwrt')
-rwxr-xr-x | openwrt/scripts/download.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/scripts/download.pl b/openwrt/scripts/download.pl index fd55ba24df..794d8edeb8 100755 --- a/openwrt/scripts/download.pl +++ b/openwrt/scripts/download.pl @@ -84,8 +84,7 @@ 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://downloads.openwrt.org/sources/'; while (!$ok) { |