diff options
author | Oliver Schib <lich000king@yahoo.de> | 2018-04-20 21:56:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-04-20 20:58:38 +0100 |
commit | 55a3591a8a2c6050260712d744317887aa41d27a (patch) | |
tree | 1b7c391b56d3a49baea99f38e0389765a2b7e97e /tasks/007-convolution | |
parent | 9b45f89372cc1fb798691cf1abd7cb6807e8b200 (diff) |
fix tasks
Signed-off-by: Oliver Schib <lich000king@yahoo.de>
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 || \ |