diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-10 16:25:13 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-09-10 16:25:13 +0200 |
commit | 4b52a472673bea601d130d3f9770cc2764b8bdc7 (patch) | |
tree | c5f42a8f4bfdedd48d415311621d70f1be8a9f64 /target/linux/config | |
parent | 8f33484dd53d4271b16173df31b2804e122d9b8b (diff) |
linux: remove deprecated 4.6 support
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 843929376..5c8c84f30 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -142,8 +142,7 @@ config ADK_KERNEL_PREEMPT_RTB select ADK_KERNEL_HIGH_RES_TIMERS select ADK_KERNEL_PATCH_REALTIME depends on ADK_TARGET_KERNEL_VERSION_4_1 \ - || ADK_TARGET_KERNEL_VERSION_4_4 \ - || ADK_TARGET_KERNEL_VERSION_4_6 + || ADK_TARGET_KERNEL_VERSION_4_4 help Preemptible Kernel (Basic RT) @@ -152,8 +151,7 @@ config ADK_KERNEL_PREEMPT_RT_FULL select ADK_KERNEL_HIGH_RES_TIMERS select ADK_KERNEL_PATCH_REALTIME depends on ADK_TARGET_KERNEL_VERSION_4_1 \ - || ADK_TARGET_KERNEL_VERSION_4_4 \ - || ADK_TARGET_KERNEL_VERSION_4_6 + || ADK_TARGET_KERNEL_VERSION_4_4 help Fully Preemptible Kernel (RealTime) https://www.kernel.org/pub/linux/kernel/projects/rt/ |