summaryrefslogtreecommitdiffstats
path: root/package/collectd
diff options
context:
space:
mode:
Diffstat (limited to 'package/collectd')
-rw-r--r--package/collectd/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in
index c9e61a5622..3222547b68 100644
--- a/package/collectd/Config.in
+++ b/package/collectd/Config.in
@@ -383,6 +383,7 @@ config BR2_PACKAGE_COLLECTD_PING
config BR2_PACKAGE_COLLECTD_POSTGRESQL
bool "postgresql"
+ depends on BR2_USE_WCHAR # postgresql
select BR2_PACKAGE_POSTGRESQL
help
Connects to and executes SQL statements on a PostgreSQL
@@ -390,6 +391,9 @@ config BR2_PACKAGE_COLLECTD_POSTGRESQL
configuration, the returned values are then converted into
collectd “value lists”.
+comment "postgresql support needs a toolchain w/ wchar"
+ depends on !BR2_USE_WCHAR
+
config BR2_PACKAGE_COLLECTD_PROCESSES
bool "processes"
help
OpenPOWER on IntegriCloud