Skip to content

Commit

Permalink
linux: bump latest version to 6.6
Browse files Browse the repository at this point in the history
Signed-off-by: Bernd Kuhls <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
bkuhls authored and tpetazzoni committed Nov 1, 2023
1 parent f3a81cc commit df74c56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions linux/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ choice
prompt "Kernel version"

config BR2_LINUX_KERNEL_LATEST_VERSION
bool "Latest version (6.5)"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_5 if BR2_KERNEL_HEADERS_AS_KERNEL
bool "Latest version (6.6)"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6 if BR2_KERNEL_HEADERS_AS_KERNEL

config BR2_LINUX_KERNEL_LATEST_CIP_VERSION
bool "Latest CIP SLTS version (5.10.162-cip24)"
Expand Down Expand Up @@ -128,7 +128,7 @@ endif

config BR2_LINUX_KERNEL_VERSION
string
default "6.5.9" if BR2_LINUX_KERNEL_LATEST_VERSION
default "6.6" 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

0 comments on commit df74c56

Please sign in to comment.