package/collectd: use 'menuconfig' instead of 'config'+'menu'
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 4 Jul 2016 09:24:14 +0000 (11:24 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 4 Jul 2016 20:47:19 +0000 (22:47 +0200)
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>
package/collectd/Config.in

index 71301ec18bc68354f52e4e09018d03f871c50e87..6405af6a892393a9810135099951a3aa86de0921 100644 (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"