diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-28 21:14:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-28 22:12:23 +0100 |
commit | 0388dcc80d696d60ab134eb02cab6bbd3da4af05 (patch) | |
tree | 9570b90bea8bebd363513af0404cc536fb049622 /target/config | |
parent | 09cd046e6cc65ab7bf044503b6404a2ba912bf85 (diff) |
update to latest 4.2.x kernel
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 9bfc251cc..f58ea87db 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -4,14 +4,14 @@ choice prompt "Kernel Version" depends on ADK_TARGET_KERNEL_CUSTOMISING -default ADK_TARGET_KERNEL_VERSION_4_2_4 if ADK_TARGET_ARCH_ARC +default ADK_TARGET_KERNEL_VERSION_4_2_5 if ADK_TARGET_ARCH_ARC default ADK_TARGET_KERNEL_VERSION_4_1_10 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" -config ADK_TARGET_KERNEL_VERSION_4_2_4 - bool "4.2.4" +config ADK_TARGET_KERNEL_VERSION_4_2_5 + bool "4.2.5" select ADK_TARGET_KERNEL_VERSION_4_2 config ADK_TARGET_KERNEL_VERSION_4_1_10 |