toolchain/toolchain-external-custom: support Linux 5.0 kernel headers
authorJoel Stanley <joel@jms.id.au>
Thu, 21 Mar 2019 00:28:30 +0000 (10:58 +1030)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Tue, 26 Mar 2019 17:56:13 +0000 (18:56 +0100)
Signed-off-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index 08a79ee4d95883f9e3e26370d5b120d4055c386b..4f355bb4548ded39a36a399d2e2acab1c2ebb8d4 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_0
+       bool "5.0.x"
+       select BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_0
+
 config BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_20
        bool "4.20.x"
        select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20