summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-external/toolchain-external-custom
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-03-01 17:37:33 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-03-01 17:37:33 +0100
commitfd89246426e73cd8d0f85eeb4c2c6977facbb9bb (patch)
treec66295c37b9ec610ac1ac246b121f7bfa2da673b /toolchain/toolchain-external/toolchain-external-custom
parent5573ab458696a9aaffc28464dd9654b8c95a5815 (diff)
parent9a6c03a390872d7ce91b619fdaf1d674491ad8cb (diff)
downloadbuildroot-fd89246426e73cd8d0f85eeb4c2c6977facbb9bb.tar.gz
buildroot-fd89246426e73cd8d0f85eeb4c2c6977facbb9bb.zip
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'toolchain/toolchain-external/toolchain-external-custom')
-rw-r--r--toolchain/toolchain-external/toolchain-external-custom/Config.in.options4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options
index ed2b082d7b..668ea3d9d5 100644
--- a/toolchain/toolchain-external/toolchain-external-custom/Config.in.options
+++ b/toolchain/toolchain-external/toolchain-external-custom/Config.in.options
@@ -89,6 +89,10 @@ choice
m = ( LINUX_VERSION_CODE >> 8 ) & 0xFF
p = ( LINUX_VERSION_CODE >> 0 ) & 0xFF
+config BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_10
+ bool "4.10.x"
+ select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_10
+
config BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_9
bool "4.9.x"
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_9
OpenPOWER on IntegriCloud