mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
{linux, linux-headers}: bump 4.19.x / 5.{4, 10, 15}.x / 6.{1, 6, 9, 10}.x series
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit e08708451b)
[Peter: drop 6.9.x / 6.10.x bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e0da7d18c8
commit
5ff452936e
@@ -1,13 +1,13 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 19b31956d229b5b9ca5671fa1c74320179682a3d8d00fc86794114b21da86039 linux-6.8.12.tar.xz
|
||||
sha256 9ec99c578158ab85d99b37791a76643d2ea4c3f72ecbef7b5eb6d60f3de032ef linux-6.6.41.tar.xz
|
||||
sha256 b9aa6ec1a00f234d6c6f2d428fbb0a6bf459606c259263df978f86685b65a8b9 linux-6.1.100.tar.xz
|
||||
sha256 0ad83b1a1a780a1aad948d55aa55ee63c50c626f2d46910b9d2180028d100a5e linux-6.6.43.tar.xz
|
||||
sha256 1ba5f93b411ead7587fe48b2eec6c656f6796d31f5e406d236913c77512497ec linux-6.1.102.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
sha256 025fc7d8b1560cf456ccae50591fe1ca21c990645df9791aed25820fe78db302 linux-5.15.163.tar.xz
|
||||
sha256 7b2d06803b5abb03c85f171100ca9d7acd6ba245036fe9a16eb998f088b150cb linux-5.10.222.tar.xz
|
||||
sha256 a976c67eb8270cac310faf1acc61305d1f9967955aca38fbdfcb0bc77d033d42 linux-5.4.280.tar.xz
|
||||
sha256 ec6098faed64b8a47ba1772e812a6eb444385f7aa3c60d3e4739ab2fd3b29186 linux-5.15.164.tar.xz
|
||||
sha256 ca09d86a6b79706c33382d3f8606f476eb07918417a87fb1815f6a4aa81f2ba1 linux-5.10.223.tar.xz
|
||||
sha256 44a0c3e76031f7513ce43e22e2a9dcbf7d6a6dee065dca9b8001843a075272b2 linux-5.4.281.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
|
||||
sha256 0d5fa562a3c53f524f02fc11abe502c01096df73dd27d57736875e8590007493 linux-4.19.318.tar.xz
|
||||
sha256 544ddc7339cf1b1d1ead1992e67d11a0834ad3bc77faa063e06b5d18c682eb30 linux-4.19.319.tar.xz
|
||||
# Locally computed
|
||||
sha256 fb0edc3c18e47d2b6974cb0880a0afb5c3fa08f50ee87dfdf24349405ea5f8ae linux-cip-5.10.162-cip24.tar.gz
|
||||
sha256 b5539243f187e3d478d76d44ae13aab83952c94b885ad889df6fa9997e16a441 linux-cip-5.10.162-cip24-rt10.tar.gz
|
||||
|
||||
@@ -415,12 +415,12 @@ endchoice
|
||||
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "4.19.318" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.4.280" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.222" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.163" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.100" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.41" if BR2_KERNEL_HEADERS_6_6
|
||||
default "4.19.319" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.4.281" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.223" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.164" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.102" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.43" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.8.12" if BR2_KERNEL_HEADERS_6_8
|
||||
default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION
|
||||
default "custom" if BR2_KERNEL_HEADERS_CUSTOM_TARBALL
|
||||
|
||||
Reference in New Issue
Block a user