mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
{linux, linux-headers}: bump 4.{14, 19}.x / 5.{4, 10, 15}.x / 6.1.x series
4.9.x / 6.0.x is now EOL. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -397,13 +397,13 @@ endchoice
|
||||
config BR2_DEFAULT_KERNEL_HEADERS
|
||||
string
|
||||
default "4.9.337" if BR2_KERNEL_HEADERS_4_9
|
||||
default "4.14.302" if BR2_KERNEL_HEADERS_4_14
|
||||
default "4.19.269" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.4.228" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.162" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.87" if BR2_KERNEL_HEADERS_5_15
|
||||
default "4.14.304" if BR2_KERNEL_HEADERS_4_14
|
||||
default "4.19.271" if BR2_KERNEL_HEADERS_4_19
|
||||
default "5.4.230" if BR2_KERNEL_HEADERS_5_4
|
||||
default "5.10.166" if BR2_KERNEL_HEADERS_5_10
|
||||
default "5.15.91" if BR2_KERNEL_HEADERS_5_15
|
||||
default "6.0.19" if BR2_KERNEL_HEADERS_6_0
|
||||
default "6.1.5" if BR2_KERNEL_HEADERS_6_1
|
||||
default "6.1.9" 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 \
|
||||
|
||||
Reference in New Issue
Block a user