diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.kernelversion | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 5297d51c9..d26eca20a 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_1_20 if ADK_TARGET_BOARD_BCM28XX default ADK_TARGET_KERNEL_VERSION_4_4_6 config ADK_TARGET_KERNEL_VERSION_GIT @@ -12,6 +13,7 @@ config ADK_TARGET_KERNEL_VERSION_GIT config ADK_TARGET_KERNEL_VERSION_4_4_6 bool "4.4.6" + depends on !ADK_TARGET_BOARD_BCM28XX select ADK_TARGET_KERNEL_VERSION_4_4 config ADK_TARGET_KERNEL_VERSION_4_1_20 |