diff options
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 |