|
@@ -212,7 +212,8 @@ config BR2_PACKAGE_COLLECTD_MEMORY
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_MYSQL
|
|
config BR2_PACKAGE_COLLECTD_MYSQL
|
|
bool "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
|
|
select BR2_PACKAGE_MYSQL_CLIENT
|
|
help
|
|
help
|
|
Connects to a MySQL database and issues a "show status" command.
|
|
Connects to a MySQL database and issues a "show status" command.
|