diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-01 00:26:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-06-01 00:26:47 +0200 |
commit | 5509826dcd386748f218f748be3710a74080c22e (patch) | |
tree | db1c131e0d16378ad788e909d2872d196f059ca1 /target | |
parent | 3a0fa6db06111c5e582a884647d38757b6a3069f (diff) |
use 4.6 for ARC, as it contains a lot of fixes
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 6eea1f6bc..f51da0949 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -5,6 +5,7 @@ choice prompt "Kernel version" if !ADK_TARGET_CHOOSE_ARCH depends on ADK_TARGET_OS_LINUX default ADK_TARGET_KERNEL_VERSION_GIT if ADK_TARGET_WITHOUT_MMU && ADK_TARGET_ARCH_XTENSA +default ADK_TARGET_KERNEL_VERSION_4_6_0 if ADK_TARGET_ARCH_ARC default ADK_TARGET_KERNEL_VERSION_4_4_10 config ADK_TARGET_KERNEL_VERSION_GIT |