kernel/linux: add alternate download locations 1.12
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Sep 21 22:42:35 2011 +0200 (2011-09-21)
branch1.12
changeset 268586010f887870
parent 2684 59aa9212b8d5
child 2686 8cc034806770
kernel/linux: add alternate download locations

Since kernel.org is dead, and there is no announced or known estimated
time or return to normality, it is impossible to download any kernel at
this time.

Add a known-working mirror.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 7df89370f80537d1b36b2fda70e3a1c6bc237a65)
scripts/build/kernel/linux.sh
     1.1 --- a/scripts/build/kernel/linux.sh	Fri Sep 16 17:49:28 2011 +0200
     1.2 +++ b/scripts/build/kernel/linux.sh	Wed Sep 21 22:42:35 2011 +0200
     1.3 @@ -38,7 +38,11 @@
     1.4                     http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v2.6                    \
     1.5                     http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v3.0                    \
     1.6                     http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v2.6/longterm/v${k_ver} \
     1.7 -                   http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v3.0/longterm/v${k_ver}
     1.8 +                   http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v3.0/longterm/v${k_ver} \
     1.9 +                   http://ftp.free.fr/mirrors/ftp.kernel.org//linux/kernel/v2.6             \
    1.10 +                   http://ftp.free.fr/mirrors/ftp.kernel.org//linux/kernel/v3.0             \
    1.11 +                   http://ftp.free.fr/mirrors/ftp.kernel.org//linux/kernel/v2.6/longterm/v${k_ver}  \
    1.12 +                   http://ftp.free.fr/mirrors/ftp.kernel.org//linux/kernel/v3.0/longterm/v${k_ver}
    1.13      fi
    1.14  }
    1.15