diff options
Diffstat (limited to 'target/config/Config.in.kernelversion')
-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 |