summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2016-07-04 11:24:24 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-07-04 23:08:25 +0200
commitbb9340c70f32501f2a676fb404ae8a79450ec6c6 (patch)
treee50e4e10002d3d0c94e9063306e9e1dccc9f63b6
parentc2e94b7f08b8c25d305e8bdab5d844655ffdd735 (diff)
downloadbuildroot-bb9340c70f32501f2a676fb404ae8a79450ec6c6.tar.gz
buildroot-bb9340c70f32501f2a676fb404ae8a79450ec6c6.zip
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>
-rw-r--r--package/ola/Config.in14
1 files changed, 4 insertions, 10 deletions
diff --git a/package/ola/Config.in b/package/ola/Config.in
index 38d744a7c5..7b56f5ca9d 100644
--- a/package/ola/Config.in
+++ b/package/ola/Config.in
@@ -3,7 +3,7 @@ comment "ola needs a toolchain w/ C++, threads, wchar, dynamic library"
|| !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
depends on BR2_PACKAGE_PROTOBUF_ARCH_SUPPORTS
-config BR2_PACKAGE_OLA
+menuconfig BR2_PACKAGE_OLA
bool "ola (open lighting architecture)"
select BR2_PACKAGE_PROTOBUF
select BR2_PACKAGE_UTIL_LINUX_LIBUUID
@@ -22,7 +22,7 @@ config BR2_PACKAGE_OLA
if BR2_PACKAGE_OLA
-menu "bindings and interface"
+comment "bindings and interface"
config BR2_PACKAGE_OLA_WEB
bool "http interface"
@@ -43,9 +43,7 @@ config BR2_PACKAGE_OLA_SLP
help
Build OLA with slp tools.
-endmenu
-
-menu "tests and examples"
+comment "tests and examples"
config BR2_PACKAGE_OLA_EXAMPLES
bool "examples"
@@ -59,9 +57,7 @@ config BR2_PACKAGE_OLA_RDM_TESTS
help
Build OLA RDM tests.
-endmenu
-
-menu "plugin selections"
+comment "plugin selections"
config BR2_PACKAGE_OLA_PLUGIN_E131
bool "acn E131"
@@ -131,6 +127,4 @@ config BR2_PACKAGE_OLA_PLUGIN_USBPRO
help
Build UsbPro plugin for OLA.
-endmenu
-
endif
OpenPOWER on IntegriCloud