Skip to content

Commit

Permalink
{linux, linux-headers}: bump 5.15.x / 6.{1, 5}.x series
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Yann E. MORIN <[email protected]>
  • Loading branch information
bkuhls authored and yann-morin-1998 committed Oct 22, 2023
1 parent 07aa4dc commit d8bcff6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion linux/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ endif

config BR2_LINUX_KERNEL_VERSION
string
default "6.5.7" if BR2_LINUX_KERNEL_LATEST_VERSION
default "6.5.8" 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 \
Expand Down
6 changes: 3 additions & 3 deletions linux/linux.hash
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# From https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256 0d09ea448005c9cfe5383e4c72a872b39188b928f8c44e146b03b1b7851fbb8c linux-6.5.7.tar.xz
sha256 ce987ed3d2f640b3a2a62a0a8573d538a36dfd3cc31e2d7a239ce5a16c1c21ad linux-6.1.58.tar.xz
sha256 299cca897d90deaa176eebec42f0a80eeb7516afed330a45c14da9de086cf717 linux-6.5.8.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
Expand Down
6 changes: 3 additions & 3 deletions package/linux-headers/Config.in.host
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ 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 "6.5.7" if BR2_KERNEL_HEADERS_6_5
default "5.15.136" if BR2_KERNEL_HEADERS_5_15
default "6.1.59" if BR2_KERNEL_HEADERS_6_1
default "6.5.8" if BR2_KERNEL_HEADERS_6_5
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 \
Expand Down

0 comments on commit d8bcff6

Please sign in to comment.