mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
{linux, linux-headers}: bump 6.12.x, 6.6.x, 6.1.x, 5.15.x, 5.10.x, 7.1.x, 6.18.x series
Update the latest kernel releases to: - 7.1.2 -> 7.1.3 - 6.18.37 -> 6.18.38 - 6.12.94 -> 6.12.95 - 6.6.143 -> 6.6.144 - 6.1.176 -> 6.1.177 - 5.15.210 -> 5.15.211 - 5.10.259 -> 5.10.260 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
85a98f8148
commit
4b2e2bdd9b
@@ -472,13 +472,13 @@ endchoice
|
||||
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "5.10.259" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.210" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.176" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.143" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.94" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.37" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.1.2" if BR2_KERNEL_HEADERS_7_1
|
||||
default "5.10.260" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.211" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.1.177" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.6.144" if BR2_KERNEL_HEADERS_6_6
|
||||
default "6.12.95" if BR2_KERNEL_HEADERS_6_12
|
||||
default "6.18.38" if BR2_KERNEL_HEADERS_6_18
|
||||
default "7.1.3" if BR2_KERNEL_HEADERS_7_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 \
|
||||
|
||||
Reference in New Issue
Block a user