mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-19 07:48:09 +00:00
kernel/linux: simplify the download URL
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
@ -31,7 +31,8 @@ do_kernel_get() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
CT_GetFile "linux-${CT_KERNEL_VERSION}" \
|
CT_GetFile "linux-${CT_KERNEL_VERSION}" \
|
||||||
{ftp,http}://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v2.{6{,/testing,/longterm/v${k_ver}},4,2}
|
http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v2.6 \
|
||||||
|
http://ftp.{de.,eu.,}kernel.org/pub/linux/kernel/v2.6/longterm/v${k_ver}
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user