collectd: explicitly disable xencpu plugin

It requires the libxenctrl library which buildroot doesn't provide yet.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias 2016-12-21 22:59:12 -03:00 committed by Peter Korsgaard
parent 6686a8b2bc
commit c7a2be68fe

View File

@ -20,7 +20,7 @@ COLLECTD_PLUGINS_DISABLE = \
nut onewire oracle perl pf pinba powerdns python redis routeros \
rrdcached sigrok tape target_v5upgrade teamspeak2 ted \
tokyotyrant turbostat uuid varnish virt vserver write_kafka \
write_mongodb write_redis xmms zfs_arc zone
write_mongodb write_redis xencpu xmms zfs_arc zone
COLLECTD_CONF_ENV += LIBS="-lm"