From: Yann E. MORIN Date: Mon, 4 Jul 2016 09:24:14 +0000 (+0200) Subject: package/collectd: use 'menuconfig' instead of 'config'+'menu' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86440f59148c374853d58014e90806d0e73220be;p=buildroot.git 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" Signed-off-by: Thomas Petazzoni --- diff --git a/package/collectd/Config.in b/package/collectd/Config.in index 71301ec18b..6405af6a89 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -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"