From 9b92f56f2f8793224ec21689896885163e9c8301 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 12 Dec 2011 00:01:54 +0100 Subject: kernel/linux: add alternate download locations Some longterm versions are not in the usual directory. Account for these new locations. Get rid of the mirror location, now that the main kernel site is (almost) back to normal operations. Signed-off-by: "Yann E. MORIN" diff --git a/scripts/build/kernel/linux.sh b/scripts/build/kernel/linux.sh index 12fbe6c..4d4ffa0 100644 --- a/scripts/build/kernel/linux.sh +++ b/scripts/build/kernel/linux.sh @@ -63,10 +63,10 @@ do_kernel_get() { 3.*) rel_dir=v3.x;; esac korg_base="http://ftp.kernel.org/pub/linux/kernel/${rel_dir}" - mirror_base="http://ftp.free.fr/mirrors/ftp.kernel.org//linux/kernel/${rel_dir}" - CT_GetFile "linux-${CT_KERNEL_VERSION}" \ - "${korg_base}" "${korg_base}/longterm/v${k_ver}" \ - "${mirror_base}" "${mirror_base}/longterm/v${k_ver}" + CT_GetFile "linux-${CT_KERNEL_VERSION}" \ + "${korg_base}" \ + "${korg_base}/longterm/v${k_ver}" \ + "${korg_base}/longterm fi } -- cgit v0.10.2-6-g49f6