mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
package/ola: use 'menuconfig' instead of 'config'+'menu'
Since there were multiple sub-menus, their prompts are turned into comments. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c2e94b7f08
commit
bb9340c70f
@ -3,7 +3,7 @@ comment "ola needs a toolchain w/ C++, threads, wchar, dynamic library"
|
|||||||
|| !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
|| !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|
||||||
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
|
||||||
|
|
||||||
config BR2_PACKAGE_OLA
|
menuconfig BR2_PACKAGE_OLA
|
||||||
bool "ola (open lighting architecture)"
|
bool "ola (open lighting architecture)"
|
||||||
select BR2_PACKAGE_PROTOBUF
|
select BR2_PACKAGE_PROTOBUF
|
||||||
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
|
||||||
@ -22,7 +22,7 @@ config BR2_PACKAGE_OLA
|
|||||||
|
|
||||||
if BR2_PACKAGE_OLA
|
if BR2_PACKAGE_OLA
|
||||||
|
|
||||||
menu "bindings and interface"
|
comment "bindings and interface"
|
||||||
|
|
||||||
config BR2_PACKAGE_OLA_WEB
|
config BR2_PACKAGE_OLA_WEB
|
||||||
bool "http interface"
|
bool "http interface"
|
||||||
@ -43,9 +43,7 @@ config BR2_PACKAGE_OLA_SLP
|
|||||||
help
|
help
|
||||||
Build OLA with slp tools.
|
Build OLA with slp tools.
|
||||||
|
|
||||||
endmenu
|
comment "tests and examples"
|
||||||
|
|
||||||
menu "tests and examples"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_OLA_EXAMPLES
|
config BR2_PACKAGE_OLA_EXAMPLES
|
||||||
bool "examples"
|
bool "examples"
|
||||||
@ -59,9 +57,7 @@ config BR2_PACKAGE_OLA_RDM_TESTS
|
|||||||
help
|
help
|
||||||
Build OLA RDM tests.
|
Build OLA RDM tests.
|
||||||
|
|
||||||
endmenu
|
comment "plugin selections"
|
||||||
|
|
||||||
menu "plugin selections"
|
|
||||||
|
|
||||||
config BR2_PACKAGE_OLA_PLUGIN_E131
|
config BR2_PACKAGE_OLA_PLUGIN_E131
|
||||||
bool "acn E131"
|
bool "acn E131"
|
||||||
@ -131,6 +127,4 @@ config BR2_PACKAGE_OLA_PLUGIN_USBPRO
|
|||||||
help
|
help
|
||||||
Build UsbPro plugin for OLA.
|
Build UsbPro plugin for OLA.
|
||||||
|
|
||||||
endmenu
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user