mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
{linux, linux-headers}: bump 7.2.x, 6.18.x series
Update the latest kernel releases to: - 7.2.7 -> 7.2.8 - 6.18.53 -> 6.18.54 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
This commit is contained in:
@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "7.2.7" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "7.2.8" 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,8 +1,8 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
|
||||
sha256 4ac34c47db2540ffb2713943f8d891ff1702e0ba6934525a493b7d1cad43145a linux-7.2.7.tar.xz
|
||||
sha256 12e8d5a973d1ad7c5a5c69882e4022b131ed715db7003fdcd760ddf8c3e51941 linux-7.2.8.tar.xz
|
||||
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 4d6fba95c2244b08a7b4144a4d38b9be4fb31abb5e7682ae40bb5cb11374cfe0 linux-6.18.53.tar.xz
|
||||
sha256 9df30b02dd8102bbd0be52556288ef6889ddbe7f1ddb96fbf847d0becf3eacac linux-6.18.54.tar.xz
|
||||
|
||||
# Licenses hashes
|
||||
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING
|
||||
|
||||
@@ -481,8 +481,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "6.1.188" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.157" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.111" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.53" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.2.7" if BR2_KERNEL_HEADERS_7_2
|
||||
default "6.18.54" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.2.8" if BR2_KERNEL_HEADERS_7_2
|
||||
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