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

Update the latest kernel releases to:
 - 6.12.47 -> 6.12.48
 - 6.6.106 -> 6.6.107
 - 6.1.152 -> 6.1.153

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
This commit is contained in:
Titouan Christophe
2025-09-25 21:57:32 +02:00
committed by Arnout Vandecappelle
parent 097e117a7d
commit e3527395d2
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 3f1ccd0a6dc9c9777cb6fcef357c77e4a2386c84c52b6d5bbcda79c16af33b1b linux-6.14.11.tar.xz
sha256 e82fe40871743048226987bd349ef107168b15aab90140e872ca4ed470922e25 linux-6.12.47.tar.xz
sha256 0c3180e2d8dcd0b70fe83554d9c440e31bab17873e360b89c4ab62a4fd26a8a0 linux-6.6.106.tar.xz
sha256 1a173be2a9cc886698b8205e639e4482b6cd84ba0be988d519415c7d2bb5b7d9 linux-6.1.152.tar.xz
sha256 5bf9eb676751bf48978e38363c772298b41a75336d5038ed6d37012399471db2 linux-6.12.48.tar.xz
sha256 c9b73017d3c7867b9c69a542e5318620cf2b14ed23d52f6aeaaee8aded9ee447 linux-6.6.107.tar.xz
sha256 76ebbde05899ff712856ae9b06413d71ab7162771e7bc6df4d4ab335e1fc9e48 linux-6.1.153.tar.xz
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
sha256 c70262d2f902710b773ef2f35c04b3ff2111e5186c8a97da351454180aac1e99 linux-5.15.193.tar.xz
sha256 210a37cc09f5c2b3d6f011aa1c65d2484d6f4ec17cf90df473f917abb2c26dc0 linux-5.10.244.tar.xz
+3 -3
View File
@@ -443,9 +443,9 @@ config BR2_DEFAULT_KERNEL_HEADERS
default "5.4.299" if BR2_KERNEL_HEADERS_5_4
default "5.10.244" if BR2_KERNEL_HEADERS_5_10
default "5.15.193" if BR2_KERNEL_HEADERS_5_15
default "6.1.152" if BR2_KERNEL_HEADERS_6_1
default "6.6.106" if BR2_KERNEL_HEADERS_6_6
default "6.12.47" if BR2_KERNEL_HEADERS_6_12
default "6.1.153" if BR2_KERNEL_HEADERS_6_1
default "6.6.107" if BR2_KERNEL_HEADERS_6_6
default "6.12.48" if BR2_KERNEL_HEADERS_6_12
default "6.14.11" if BR2_KERNEL_HEADERS_6_14
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL