mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
toolchain/toolchain-external-custom: support Linux 5.1
Signed-off-by: Clement Leger <clement.leger@kalray.eu> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
d2500dc581
commit
77d79bf586
@ -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_1
|
||||||
|
bool "5.1.x"
|
||||||
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
|
||||||
|
|
||||||
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_0
|
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_0
|
||||||
bool "5.0.x"
|
bool "5.0.x"
|
||||||
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user