mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
{linux, linux-headers}: bump 6.12.x, 7.1.x, 6.18.x series
Update the latest kernel releases to: - 6.12.95 -> 6.12.96 - 6.18.38 -> 6.18.39 - 7.1.3 -> 7.1.4 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
8faa8ad7be
commit
82969faed3
@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "7.1.3" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "7.1.4" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "5.10.254-cip72" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
||||
default "5.10.254-cip72-rt32" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
|
||||
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 a9e8c51fcb1e695d1d35dde5886cba579cb6f29c9646c5889f39d63841d4b9f6 linux-6.12.95.tar.xz
|
||||
sha256 7d2e1b5d5ab36b3a01856e71782dad2a54e634fb2b37c0a42998def3bbf957c1 linux-6.12.96.tar.xz
|
||||
sha256 ec19b8307b495078cdc03749e63cb3802ac23cf6122c82eb9719feeb4557ecc3 linux-6.6.144.tar.xz
|
||||
sha256 f6529bfe1a457adab69156fb7fa2232cc203eb63f5e46210f9953d6fc9f70a30 linux-6.1.177.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
|
||||
sha256 be41c068e88f5242a19bccdbffbe077b18c47b45f627e2325504b4fab79dd1dc linux-7.1.3.tar.xz
|
||||
sha256 1c63922a119675d38e3ae0f8f6ee07f15c41a786ab9ed66563749bb8c9a08e2e linux-7.1.4.tar.xz
|
||||
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 ac26e508abd56e9f8b89872b6e10c49fc823bcc70d8068a5d8504c1a7c4ff045 linux-6.18.38.tar.xz
|
||||
sha256 a7a7e3d2ae9d95e74197223a8d4eb5f6be7aac21b6e6de27e9685d001c1f8cb0 linux-6.18.39.tar.xz
|
||||
|
||||
# Licenses hashes
|
||||
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
|
||||
|
||||
@@ -476,9 +476,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "5.15.211" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.177" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.144" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.95" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.38" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.1.3" if BR2_KERNEL_HEADERS_7_1
|
||||
default "6.12.96" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.39" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.1.4" if BR2_KERNEL_HEADERS_7_1
|
||||
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|
||||
default BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION \
|
||||
|
||||
Reference in New Issue
Block a user