mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
toolchain/toolchain-external-custom: support Linux 5.0 kernel headers
Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
f156dc09d8
commit
66251daaa3
@ -123,6 +123,10 @@ choice
|
|||||||
m = ( LINUX_VERSION_CODE >> 8 ) & 0xFF
|
m = ( LINUX_VERSION_CODE >> 8 ) & 0xFF
|
||||||
p = ( LINUX_VERSION_CODE >> 0 ) & 0xFF
|
p = ( LINUX_VERSION_CODE >> 0 ) & 0xFF
|
||||||
|
|
||||||
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_0
|
||||||
|
bool "5.0.x"
|
||||||
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_20
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_20
|
||||||
bool "4.20.x"
|
bool "4.20.x"
|
||||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user