diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-04 23:51:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-06-04 23:52:04 +0200 |
commit | f02949508538699f141ce02d18225802d1bea754 (patch) | |
tree | fd2bc46df9d091591b461cbe00e1c1c516a0bcb8 /target/config/Config.in.kernelversion | |
parent | dced56cd5ba2740241aff8b89c03f47e3dd72bd6 (diff) |
kernel: update to latest 4.6.x
Diffstat (limited to 'target/config/Config.in.kernelversion')
-rw-r--r-- | target/config/Config.in.kernelversion | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index f51da0949..aa8c5f228 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -4,15 +4,15 @@ 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_6_1 if ADK_TARGET_ARCH_ARC +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 config ADK_TARGET_KERNEL_VERSION_GIT bool "linux-git" -config ADK_TARGET_KERNEL_VERSION_4_6_0 - bool "4.6" +config ADK_TARGET_KERNEL_VERSION_4_6_1 + bool "4.6.1" depends on !ADK_TARGET_BOARD_BCM28XX select ADK_TARGET_KERNEL_VERSION_4_6 |