{linux, linux-headers}: bump 6.12.x, 6.6.x, 7.1.x, 6.18.x series

Update the latest kernel releases to:
 - 6.12.102 -> 6.12.103
 - 6.6.150 -> 6.6.151
 - 7.1.7 -> 7.1.8
 - 6.18.43 -> 6.18.44

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
This commit is contained in:
Bernd Kuhls
2026-08-10 09:02:14 +02:00
committed by Fiona Klute
parent fa32b20b10
commit d705d20506
9 changed files with 9 additions and 9 deletions

View File

@@ -143,7 +143,7 @@ config BR2_LINUX_KERNEL_CUSTOM_REPO_GIT_SUBMODULES
config BR2_LINUX_KERNEL_VERSION
string
default "7.1.7" if BR2_LINUX_KERNEL_LATEST_VERSION
default "7.1.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 \

View File

@@ -1,6 +1,6 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 694bb5f49371323ab9c2b7040bd358ed81bffbe80b372d76507045828f655803 linux-6.12.102.tar.xz
sha256 6eb823269151936c0af9e050678ed5c70ca515d6b20a09af741852b02d228979 linux-6.6.150.tar.xz
sha256 f143aaade8877ba5616e788b4482576db28481bcf557ef537f4fcc3938fc3176 linux-6.12.103.tar.xz
sha256 de01e5ae73412b70bceb41a6f97da6d0f29b6536f1f00f8b6a6fd40c729969f7 linux-6.6.151.tar.xz
sha256 f38416bb6e8024a21ae868c7f29cd15293a73755e3484c7f2f4adea5b03c1f85 linux-6.1.182.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 d57f279da0813fa6d69fb2e59cf9a364be4faa1cd18cb76b0b64c074fd23b7a7 linux-5.15.215.tar.xz

View File

@@ -1,8 +1,8 @@
# From https://www.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc
sha256 ca8f2a6884a4d62043e9ab93ac1ab15efc2b6630fe8f768b2ef2ffdf4b5e26df linux-7.1.7.tar.xz
sha256 ff01dcb449279d5b4cfccdb01fee639cf5ff1803f1749a77844dd33915422c49 linux-7.1.8.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 a1aeb926c7c4a1564368200b1082e45bb958007682d804aff88abbc3a7a47b5d linux-6.18.43.tar.xz
sha256 0f72d938f06828e82c90405174fe572287db7bfe089e2fc46572a99a7f240d43 linux-6.18.44.tar.xz
# Licenses hashes
sha256 fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0 COPYING

View File

@@ -475,10 +475,10 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.10.264" if BR2_KERNEL_HEADERS_5_10
default "5.15.215" if BR2_KERNEL_HEADERS_5_15
default "6.1.182" if BR2_KERNEL_HEADERS_6_1
default "6.6.150" if BR2_KERNEL_HEADERS_6_6
default "6.12.102" if BR2_KERNEL_HEADERS_6_12
default "6.18.43" if BR2_KERNEL_HEADERS_6_18
default "7.1.7" if BR2_KERNEL_HEADERS_7_1
default "6.6.151" if BR2_KERNEL_HEADERS_6_6
default "6.12.103" if BR2_KERNEL_HEADERS_6_12
default "6.18.44" if BR2_KERNEL_HEADERS_6_18
default "7.1.8" 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 \