diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2016-07-04 11:24:14 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-07-04 22:47:19 +0200 |
commit | 86440f59148c374853d58014e90806d0e73220be (patch) | |
tree | 1c1ea3b4417d5b9607dd122a603994d8c5800b3c | |
parent | bb855d961e134b42f47ec7a3de972a85ae48cb03 (diff) | |
download | buildroot-86440f59148c374853d58014e90806d0e73220be.tar.gz buildroot-86440f59148c374853d58014e90806d0e73220be.zip |
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>
-rw-r--r-- | package/collectd/Config.in | 3 |
1 files changed, 2 insertions, 1 deletions
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" |