From 47fd761b81a0c6729d4e833740d050f4e22e7184 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 1 Nov 2016 22:32:59 +0100 Subject: linux: update to 4.8.6, add realtime patch --- target/linux/config/Config.in.kernel | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'target/linux/config') diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 393b1628b..ad0e01819 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -146,7 +146,8 @@ config ADK_KERNEL_PREEMPT_RTB select ADK_KERNEL_PATCH_REALTIME depends on !ADK_KERNEL_OPROFILE depends on ADK_TARGET_KERNEL_VERSION_4_1 \ - || ADK_TARGET_KERNEL_VERSION_4_4 + || ADK_TARGET_KERNEL_VERSION_4_4 \ + || ADK_TARGET_KERNEL_VERSION_4_8 help Preemptible Kernel (Basic RT) @@ -156,7 +157,8 @@ config ADK_KERNEL_PREEMPT_RT_FULL select ADK_KERNEL_PATCH_REALTIME depends on !ADK_KERNEL_OPROFILE depends on ADK_TARGET_KERNEL_VERSION_4_1 \ - || ADK_TARGET_KERNEL_VERSION_4_4 + || ADK_TARGET_KERNEL_VERSION_4_4 \ + || ADK_TARGET_KERNEL_VERSION_4_8 help Fully Preemptible Kernel (RealTime) https://www.kernel.org/pub/linux/kernel/projects/rt/ -- cgit v1.2.3