diff options
Diffstat (limited to 'package/collectd/Config.in')
-rw-r--r-- | package/collectd/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in index daa96033fe..f693f31a47 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -419,6 +419,8 @@ comment "rrdtool support needs a toolchain w/ wchar" config BR2_PACKAGE_COLLECTD_RIEMANN bool "riemann" depends on BR2_INSTALL_LIBSTDCPP # protobuf + # protobuf-c -> host-protobuf + depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" select BR2_PACKAGE_PROTOBUF_C help Sends data to Riemann, a stream processing and monitoring system. |