summaryrefslogtreecommitdiff
path: root/scripts
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)
commite8fc5b34079387acb831a5aeaa89549982a9e6f9 (patch)
tree53ea7992d65cadb378e8ab897593a0252e31158c /scripts
parent53e8799ecebb71ae3739ecf40b1727345a2de840 (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>
Diffstat (limited to 'scripts')
-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 e486796..c8c08c7 100644
--- a/scripts/build/kernel/linux.sh
+++ b/scripts/build/kernel/linux.sh
@@ -54,7 +54,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
}