mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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:
parent
bb855d961e
commit
86440f5914
@ -1,4 +1,4 @@
|
|||||||
config BR2_PACKAGE_COLLECTD
|
menuconfig BR2_PACKAGE_COLLECTD
|
||||||
bool "collectd"
|
bool "collectd"
|
||||||
# Uses fork()
|
# Uses fork()
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
@ -39,6 +39,7 @@ config BR2_PACKAGE_COLLECTD_VALUE
|
|||||||
bool "value"
|
bool "value"
|
||||||
help
|
help
|
||||||
Select values by their data sources' values.
|
Select values by their data sources' values.
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "misc plugins"
|
menu "misc plugins"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user