From: Hannu Nyman Date: Mon, 23 Mar 2020 05:58:25 +0000 (+0200) Subject: collectd: disable dpdk_telemetry module X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=b936fc4e0da71df1b8ea17ed6ed3f4eedb664106;p=feed%2Fpackages.git collectd: disable dpdk_telemetry module Explicitly disable the new dpdk_telemetry module to fix compilation in buildbot. (other dpdk modules are aleady disabled) Signed-off-by: Hannu Nyman --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 7378d608c8..3f4eb83698 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -43,6 +43,7 @@ COLLECTD_PLUGINS_DISABLED:= \ dcpmm \ dpdkevents \ dpdkstat \ + dpdk_telemetry \ drbd \ fhcount \ genericjmx \