Browse Source

fix a conflict with tasks, from Oliver

Waldemar Brodkorb 6 years ago
parent
commit
98e7234d86
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tasks/003-kodi
  2. 1 1
      tasks/007-convolution

+ 1 - 1
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

+ 1 - 1
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 || \