{toolchain, linux-headers}: add support for 6.7 headers
And add (and default to) 6.7 to linux-headers. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle
parent
9553dc9a55
commit
c21a0556db
@@ -645,6 +645,10 @@ config BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_5
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_5
|
||||
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7
|
||||
bool
|
||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
|
||||
select BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
|
||||
# This should be selected by the latest version, above, to indicate that
|
||||
@@ -658,6 +662,7 @@ config BR2_TOOLCHAIN_HEADERS_LATEST
|
||||
# stops affecting a value on the first matching default.
|
||||
config BR2_TOOLCHAIN_HEADERS_AT_LEAST
|
||||
string
|
||||
default "6.7" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_7
|
||||
default "6.6" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_6
|
||||
default "6.5" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_5
|
||||
default "6.4" if BR2_TOOLCHAIN_HEADERS_AT_LEAST_6_4
|
||||
|
||||
Reference in New Issue
Block a user