X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Fdownload.pl;h=094ec04861abe9dafc3ddab43937d0989f9cfa38;hb=20f30a63469d4bc8be940376bda17c8d68edbc12;hp=fd55ba24dfa44d5e20da60d02617e76b10644c92;hpb=dc145baad035220b2504446198d6ea1f9b897988;p=openwrt-10.03%2F.git diff --git a/scripts/download.pl b/scripts/download.pl index fd55ba24d..094ec0486 100755 --- a/scripts/download.pl +++ b/scripts/download.pl @@ -1,4 +1,11 @@ #!/usr/bin/perl +# +# Copyright (C) 2006 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + use strict; use warnings; @@ -84,8 +91,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) {