diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-21 18:15:50 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2018-01-21 18:15:50 +0000 |
commit | 98e7234d863f406f76176bc395cd76a5c1c49cdc (patch) | |
tree | 25a63ab3afbce853b499e14e18d8297249fe817c | |
parent | 429901cf6c069720d4bea16f77f76917ed7acc5c (diff) |
fix a conflict with tasks, from Oliver
-rw-r--r-- | tasks/003-kodi | 2 | ||||
-rw-r--r-- | tasks/007-convolution | 2 |
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 || \ |