|
@@ -725,7 +725,7 @@ config BR2_PACKAGE_COLLECTD_RIEMANN
|
|
|
bool "riemann"
|
|
|
# riemann-c-client -> protobuf-c
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
|
- depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
+ depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS
|
|
|
select BR2_PACKAGE_RIEMANN_C_CLIENT
|
|
|
select BR2_PACKAGE_LIBTOOL
|
|
|
help
|
|
@@ -759,7 +759,7 @@ config BR2_PACKAGE_COLLECTD_WRITELOG
|
|
|
config BR2_PACKAGE_COLLECTD_WRITEPROMETHEUS
|
|
|
bool "write_prometheus"
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # protobuf-c
|
|
|
- depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" # protobuf-c
|
|
|
+ depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS # protobuf-c
|
|
|
select BR2_PACKAGE_LIBMICROHTTPD
|
|
|
select BR2_PACKAGE_PROTOBUF_C
|
|
|
help
|
|
@@ -768,7 +768,7 @@ config BR2_PACKAGE_COLLECTD_WRITEPROMETHEUS
|
|
|
|
|
|
comment "write_prometheus needs a toolchain w/ C++"
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|
|
|
- depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
|
|
|
+ depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS
|
|
|
|
|
|
config BR2_PACKAGE_COLLECTD_WRITEREDIS
|
|
|
bool "write_redis"
|