summaryrefslogtreecommitdiff
path: root/target/linux/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-01 22:32:59 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-11-01 22:32:59 +0100
commit47fd761b81a0c6729d4e833740d050f4e22e7184 (patch)
treecea046ee720b3507075d32f2e4960cff775ec97e /target/linux/config
parent21a6e6df534b1921f486c4eac3cb8d01e96743a7 (diff)
linux: update to 4.8.6, add realtime patch
Diffstat (limited to 'target/linux/config')
-rw-r--r--target/linux/config/Config.in.kernel6
1 files changed, 4 insertions, 2 deletions
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/