diff options
Diffstat (limited to 'tasks/007-convolution')
-rw-r--r-- | tasks/007-convolution | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/007-convolution b/tasks/007-convolution index 7950dab84..236d2ea8e 100644 --- a/tasks/007-convolution +++ b/tasks/007-convolution @@ -40,8 +40,8 @@ config ADK_APPLIANCE_CONVOLUTION select ADK_PACKAGE_SOX select BUSYBOX_NTPD select BUSYBOX_WATCHDOG - select ADK_KERNEL_PREEMPT_RT_FULL - select ADK_KERNEL_HIGH_RES_TIMERS + select ADK_LINUX_KERNEL_PREEMPT_RT_FULL + select ADK_LINUX_KERNEL_HIGH_RES_TIMERS select ADK_RUNTIME_HOSTNAME convbox select ADK_RUNTIME_VERBOSE_KERNEL_SERIAL_ONLY if ( \ ADK_TARGET_SYSTEM_RASPBERRY_PI || \ |