{linux, linux-headers}: bump 5.15.x / 6.{1, 5}.x series
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit d8bcff69fc
)
[Peter: drop 6.5.x bump]
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
2e494349a4
commit
65bc718874
@ -128,7 +128,7 @@ endif
|
||||
|
||||
config BR2_LINUX_KERNEL_VERSION
|
||||
string
|
||||
default "6.1.58" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "6.1.59" if BR2_LINUX_KERNEL_LATEST_VERSION
|
||||
default "5.10.162-cip24" if BR2_LINUX_KERNEL_LATEST_CIP_VERSION
|
||||
default "5.10.162-cip24-rt10" if BR2_LINUX_KERNEL_LATEST_CIP_RT_VERSION
|
||||
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
|
||||
|
@ -1,7 +1,7 @@
|
||||
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
|
||||
sha256 ce987ed3d2f640b3a2a62a0a8573d538a36dfd3cc31e2d7a239ce5a16c1c21ad linux-6.1.58.tar.xz
|
||||
sha256 627f7724c675036639290fb5c39e3fdeb3d566b80b192c45f4a808ab54c8c0a0 linux-6.1.59.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc
|
||||
sha256 14835e629e237f136cfed484fdb533c95242429809bdcdb2a2d66dfcb7447170 linux-5.15.135.tar.xz
|
||||
sha256 c624b9fe7ee4708d34cfd0b7ebc58037afac7463338cc498641ea31c55eeacb8 linux-5.15.136.tar.xz
|
||||
sha256 2b141fce994364fbbf137b01e7910d3518b8cdbdf18f1811b48470ab4ce2fa05 linux-5.10.198.tar.xz
|
||||
sha256 39701815a7a1b5ea4253db18e9327a45926a944499628d032da63c1bb6ea623e linux-5.4.258.tar.xz
|
||||
# From https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
|
||||
|
@ -388,8 +388,8 @@ config BR2_DEFAULT_KERNEL_HEADERS
|
||||
default "4.19.296" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.4.258" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.198" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.135" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.58" if BR2_KERNEL_HEADERS_6_1
|
||||
default "5.15.136" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.59" if BR2_KERNEL_HEADERS_6_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 \
|
||||
|
Loading…
Reference in New Issue
Block a user