package/collectd: use 'menuconfig' instead of 'config'+'menu'

Keep the existing sub-menus, because there are a lot of entries in those
sub-menus. Using comments to separate them is not a totally satifactory
solution.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Yann E. MORIN 2016-07-04 11:24:14 +02:00 committed by Thomas Petazzoni
parent bb855d961e
commit 86440f5914

View File

@ -1,4 +1,4 @@
config BR2_PACKAGE_COLLECTD
menuconfig BR2_PACKAGE_COLLECTD
bool "collectd"
# Uses fork()
depends on BR2_USE_MMU
@ -39,6 +39,7 @@ config BR2_PACKAGE_COLLECTD_VALUE
bool "value"
help
Select values by their data sources' values.
endmenu
menu "misc plugins"