diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-03-15 10:42:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbrodkorb@conet.de> | 2016-03-16 17:05:02 +0100 |
commit | 695ff2b3c9096427e6454c556c1b6b94871dddfa (patch) | |
tree | 1ec713220e546f614f44b0d51f5e0835f830629e /target/config | |
parent | 77950f91108cb1ee050e6b4480c9511a3e65d267 (diff) |
linux: update kernel to 4.4.5
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index e8574f1a9..3f9de09ad 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -4,19 +4,14 @@ choice prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH depends on ADK_TARGET_OS_LINUX -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 +default ADK_TARGET_KERNEL_VERSION_4_4_5 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" -config ADK_TARGET_KERNEL_VERSION_4_4_3 - bool "4.4.3" +config ADK_TARGET_KERNEL_VERSION_4_4_5 + bool "4.4.5" select ADK_TARGET_KERNEL_VERSION_4_4 config ADK_TARGET_KERNEL_VERSION_4_1_16 |