diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-05 17:29:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-05 17:29:48 +0200 |
commit | 70e4a17bd9b26a3f2f4c98bd1d54ae3a22a9f92a (patch) | |
tree | 651afa3df6b23e7e24ba4a385a28263b5b00761f | |
parent | 359a97a0598ddab359e3eaa131f8ac972a613e10 (diff) |
disable 4.4.x for bcm28xx for now
-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 |