diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-04 23:55:36 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-06 22:49:15 +0200 |
commit | c76dbcfa5d9a51859ebadd0f6e195effaae2b49a (patch) | |
tree | e2e05228394939faa765e6ea5db9ed020306c03a /target | |
parent | d1a64957ebda29a58601bc6ca0fa5db9ed8e09af (diff) |
default to latest 4.6.x for nios2
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 aa8c5f228..cc523a7dc 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_4_6_1 if ADK_TARGET_ARCH_ARC +default ADK_TARGET_KERNEL_VERSION_4_6_1 if ADK_TARGET_ARCH_NIOS2 default ADK_TARGET_KERNEL_VERSION_4_6_1 if ADK_TARGET_ARCH_XTENSA && ADK_TARGET_WITHOUT_MMU default ADK_TARGET_KERNEL_VERSION_4_4_10 |