diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-27 10:56:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-02-27 10:56:36 +0100 |
commit | 4f8243bc17e5e698766207b52798607cd5ebdb95 (patch) | |
tree | 62b5222ab67e4ea8fbba56ff78e3318d987c0c3f /target | |
parent | b1971e9a61762667a679368ed172c5f37449bc88 (diff) |
linux: update to latest
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 65173d7c0..9910d78ba 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -4,19 +4,19 @@ choice prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING -default ADK_TARGET_KERNEL_VERSION_4_4_2 if ADK_TARGET_ARCH_ARC -default ADK_TARGET_KERNEL_VERSION_4_4_2 if ADK_TARGET_ARCH_SPARC -default ADK_TARGET_KERNEL_VERSION_4_4_2 if ADK_TARGET_ARCH_BFIN -default ADK_TARGET_KERNEL_VERSION_4_4_2 if ADK_TARGET_ARCH_H8300 -default ADK_TARGET_KERNEL_VERSION_4_4_2 if ADK_TARGET_ARCH_PPC64 +default ADK_TARGET_KERNEL_VERSION_4_4_3 if ADK_TARGET_ARCH_ARC +default ADK_TARGET_KERNEL_VERSION_4_4_3 if ADK_TARGET_ARCH_SPARC +default ADK_TARGET_KERNEL_VERSION_4_4_3 if ADK_TARGET_ARCH_BFIN +default ADK_TARGET_KERNEL_VERSION_4_4_3 if ADK_TARGET_ARCH_H8300 +default ADK_TARGET_KERNEL_VERSION_4_4_3 if ADK_TARGET_ARCH_PPC64 default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_WITHOUT_MMU && ADK_TARGET_ARCH_XTENSA default ADK_TARGET_KERNEL_VERSION_4_1_16 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" -config ADK_TARGET_KERNEL_VERSION_4_4_2 - bool "4.4.2" +config ADK_TARGET_KERNEL_VERSION_4_4_3 + bool "4.4.3" select ADK_TARGET_KERNEL_VERSION_4_4 config ADK_TARGET_KERNEL_VERSION_4_1_16 |