mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-10 04:39:56 +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:
parent
3de7ced945
commit
1ce0dba9d7
@ -30,8 +30,9 @@ do_kernel_get() {
|
||||
k_ver="${CT_KERNEL_VERSION}"
|
||||
;;
|
||||
esac
|
||||
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}
|
||||
CT_GetFile "linux-${CT_KERNEL_VERSION}" \
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user