summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tasks/003-kodi2
-rw-r--r--tasks/007-convolution2
2 files changed, 2 insertions, 2 deletions
diff --git a/tasks/003-kodi b/tasks/003-kodi
index 8cf714efb..c1766c245 100644
--- a/tasks/003-kodi
+++ b/tasks/003-kodi
@@ -35,7 +35,7 @@ config ADK_APPLIANCE_KODI
select ADK_PACKAGE_BCM28XX_BOOTLOADER_EXTRA if ADK_TARGET_BOARD_BCM28XX
select ADK_PACKAGE_BCM28XX_VC_LIBS if ADK_TARGET_BOARD_BCM28XX
select ADK_PACKAGE_BCM28XX_VC_GL_LIBS if ADK_TARGET_BOARD_BCM28XX
- select ADK_KERNEL_PREEMPT__LL # for better performance and no sound problems
+ select ADK_KERNEL_PREEMPT__LL if !ADK_APPLIANCE_CONVOLUTION # for better performance and no sound problems
help
Create a small kodi multimedia appliance. Please enable additional features
in Package/Multimedia
diff --git a/tasks/007-convolution b/tasks/007-convolution
index ae948a073..ffb458c37 100644
--- a/tasks/007-convolution
+++ b/tasks/007-convolution
@@ -1,5 +1,5 @@
config ADK_APPLIANCE_CONVOLUTION
- bool "BruteFIR convolution engine appliance"
+ bool "brutefir convolution engine appliance"
depends on ADK_TARGET_OS_LINUX && (\
ADK_TARGET_ARCH_X86_64 || \
ADK_TARGET_ARCH_X86 || \