diff options
author | Samuel Martin <s.martin49@gmail.com> | 2014-04-06 18:27:49 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-04-07 00:46:27 +0200 |
commit | 11547ca648adaf85a0e72ad743e15c3f5b059e98 (patch) | |
tree | 75058ef2e4ad9693b14741d7dd804006373fc833 | |
parent | 2848a3009e71987f9d3ff0cfe5a9f791ac05f3c4 (diff) | |
download | buildroot-11547ca648adaf85a0e72ad743e15c3f5b059e98.tar.gz buildroot-11547ca648adaf85a0e72ad743e15c3f5b059e98.zip |
external toolchain: add 3.14 choice for kernel headers
Signed-off-by: Samuel Martin <s.martin49@gmail.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | toolchain/toolchain-external/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 3990336195..9499629ab3 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -965,6 +965,10 @@ choice m = ( LINUX_VERSION_CODE >> 8 ) & 0xFF p = ( LINUX_VERSION_CODE >> 0 ) & 0xFF +config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_14 + bool "3.14.x" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_14 + config BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_13 bool "3.13.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_13 |