diff options
Diffstat (limited to 'package/collectd')
-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 fe520f8ce..74419f6e8 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -212,7 +212,8 @@ config BR2_PACKAGE_COLLECTD_MEMORY config BR2_PACKAGE_COLLECTD_MYSQL bool "mysql" - depends on BR2_INSTALL_LIBSTDCPP + depends on BR2_INSTALL_LIBSTDCPP # mysql + depends on BR2_USE_MMU # mysql select BR2_PACKAGE_MYSQL_CLIENT help Connects to a MySQL database and issues a "show status" command. |