toolchain/toolchain-external-custom: support Linux 5.1
authorClément Leger <cleger@kalray.eu>
Thu, 4 Apr 2019 07:01:42 +0000 (09:01 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 7 Apr 2019 07:10:52 +0000 (09:10 +0200)
Signed-off-by: Clement Leger <clement.leger@kalray.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index 607490260fbfde02ba1a36ea59bbd211fd9493e2..cb7095632fff62c920e7f92fad70c2c501d99ca3 100644 (file)
@@ -123,6 +123,10 @@ choice
            m = ( LINUX_VERSION_CODE >> 8  ) & 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
        bool "5.0.x"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0