diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 22:18:14 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-12 22:18:36 +0100 |
commit | e00cd7c220311f57daa8bc56709d34e0f96fe704 (patch) | |
tree | d01ed2ad95a99fbe26bdee48bcab0896431a5800 /target/config | |
parent | ede9a4e76a4441269c5763ced9ef717abd841dda (diff) |
linux: add support for version 4.3
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 09a83e670..5888aa34d 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -12,6 +12,10 @@ default ADK_TARGET_KERNEL_VERSION_4_1_10 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" +config ADK_TARGET_KERNEL_VERSION_4_3_0 + bool "4.3" + select ADK_TARGET_KERNEL_VERSION_4_3 + config ADK_TARGET_KERNEL_VERSION_4_2_5 bool "4.2.5" select ADK_TARGET_KERNEL_VERSION_4_2 @@ -134,6 +138,9 @@ config ADK_TARGET_KERNEL_HASH help GIT hash to use. +config ADK_TARGET_KERNEL_VERSION_4_3 + bool + config ADK_TARGET_KERNEL_VERSION_4_2 bool |