diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-05 20:31:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-05 20:31:37 +0200 |
commit | 51da2a40ea089c01e2158c56f4dc5381e5fe9a4b (patch) | |
tree | 4554a22790e633b5360443ae3c812a727e636171 /target/config | |
parent | ebe6c8dda2a8e077bf9b57635e685376787e1a5d (diff) |
rpi: add patch for 4.4.x kernel
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.kernelversion | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/config/Config.in.kernelversion b/target/config/Config.in.kernelversion index 88f8605f5..48f86b11a 100644 --- a/target/config/Config.in.kernelversion +++ b/target/config/Config.in.kernelversion @@ -5,7 +5,6 @@ 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_23 if ADK_TARGET_BOARD_BCM28XX default ADK_TARGET_KERNEL_VERSION_4_4_8 config ADK_TARGET_KERNEL_VERSION_GIT @@ -18,7 +17,6 @@ config ADK_TARGET_KERNEL_VERSION_4_5_2 config ADK_TARGET_KERNEL_VERSION_4_4_8 bool "4.4.8" - depends on !ADK_TARGET_BOARD_BCM28XX select ADK_TARGET_KERNEL_VERSION_4_4 config ADK_TARGET_KERNEL_VERSION_4_1_23 |