mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
toolchain/Config.in: correct BR2_TOOLCHAIN_HEADERS_AT_LEAST for 5.17
Missed from commit2b134f9549({toolchain, linux-headers}: add support for 5.17.x headers). Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit484b50507f) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -580,6 +580,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST
|
|||||||
# stops affecting a value on the first matching default.
|
# stops affecting a value on the first matching default.
|
||||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
||||||
string
|
string
|
||||||
|
default "5.17" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_17
|
||||||
default "5.16" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
default "5.16" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_16
|
||||||
default "5.15" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
default "5.15" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_15
|
||||||
default "5.14" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
|
default "5.14" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_14
|
||||||
|
|||||||
Reference in New Issue
Block a user