diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-31 18:02:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-31 18:02:30 +0200 |
commit | 6173a7cf5880ea8405c1a1ca0d5c48483d801291 (patch) | |
tree | 11bf6de6d895b134f22a7646e297a82cb65fdad5 /target/linux/config | |
parent | 560f12ce3630b72b84591618d4e0c2f29244d715 (diff) |
linux: update to 4.6.5, add realtime patch
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.kernel | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 924d0e6e6..704b4c3dd 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -143,7 +143,8 @@ 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_4 \ + || ADK_TARGET_KERNEL_VERSION_4_6 help Preemptible Kernel (Basic RT) @@ -152,7 +153,8 @@ 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_4 \ + || ADK_TARGET_KERNEL_VERSION_4_6 help Fully Preemptible Kernel (RealTime) https://www.kernel.org/pub/linux/kernel/projects/rt/ |