# HG changeset patch # User "Yann E. MORIN" # Date 1226670535 0 # Node ID 5e668124b1db1d99cc3ba53aa0348e4f123ea6fc # Parent 3d35a55cdfbc2a2caa00ea669d5583f07254bae1 Add a fast Linux kernel mirror. /trunk/scripts/build/kernel/linux.sh | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 3d35a55cdfbc -r 5e668124b1db scripts/build/kernel/linux.sh --- a/scripts/build/kernel/linux.sh Thu Nov 13 20:19:50 2008 +0000 +++ b/scripts/build/kernel/linux.sh Fri Nov 14 13:48:55 2008 +0000 @@ -14,7 +14,7 @@ # Download the kernel do_kernel_get() { if [ "${CT_KERNEL_LINUX_USE_CUSTOM_DIR}" != "y" ]; then - CT_GetFile "${CT_KERNEL_FILE}" {ftp,http}://ftp.kernel.org/pub/linux/kernel/v2.{6{,/testing},4,2} + CT_GetFile "${CT_KERNEL_FILE}" {ftp,http}://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v2.{6{,/testing},4,2} fi return 0 }