From e00cd7c220311f57daa8bc56709d34e0f96fe704 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 12 Nov 2015 22:18:14 +0100 Subject: linux: add support for version 4.3 --- target/config/Config.in.kernelversion | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/config/Config.in.kernelversion') 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 -- cgit v1.2.3