diff options
Diffstat (limited to 'package/ola/Config.in')
-rw-r--r-- | package/ola/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ola/Config.in b/package/ola/Config.in index 8d202a5bf7..713102c1ee 100644 --- a/package/ola/Config.in +++ b/package/ola/Config.in @@ -12,6 +12,8 @@ config BR2_PACKAGE_OLA depends on BR2_USE_WCHAR # util-linux depends on BR2_TOOLCHAIN_HAS_THREADS depends on BR2_arm || BR2_i386 || BR2_mipsel || BR2_x86_64 # protobuf + # protobuf -> host-protobuf + depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" help Open Lighting Architecture provides applications with a mechanism to send and receive DMX512 & RDM |