summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-21 20:42:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-09-21 20:42:35 (GMT)
commit6f31c85b0c18a2a8c790ca36eb2afec4c2ee6f43 (patch)
treee49f79dbcd5f2633b311cb4ed76112d36b0351a2
parent1aca518220c6e963706464a4ef0c9ffd76070c16 (diff)
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)
-rw-r--r--scripts/build/kernel/linux.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh
index d750ccc..32ba269 100644
--- a/scripts/build/kernel/linux.sh
+++ b/scripts/build/kernel/linux.sh
@@ -38,7 +38,11 @@ do_kernel_get() {
http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v2.6 \
http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v3.0 \
http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v2.6/longterm/v${k_ver} \
- http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v3.0/longterm/v${k_ver}
+ http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v3.0/longterm/v${k_ver} \
+ http://ftp.free.fr/mirrors/ftp.kernel.org//linux/kernel/v2.6 \
+ http://ftp.free.fr/mirrors/ftp.kernel.org//linux/kernel/v3.0 \
+ http://ftp.free.fr/mirrors/ftp.kernel.org//linux/kernel/v2.6/longterm/v${k_ver} \
+ http://ftp.free.fr/mirrors/ftp.kernel.org//linux/kernel/v3.0/longterm/v${k_ver}
fi
}