diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-12-21 22:59:12 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-23 22:33:12 +0100 |
commit | c7a2be68febe0b244a4edcf5b01ec3a3d129fe7e (patch) | |
tree | 77d7c0431b319ae1c9ac7c5fd45db33730a915e5 | |
parent | 6686a8b2bceb67bf855879f5fba4b2d0f9aa90f3 (diff) | |
download | buildroot-c7a2be68febe0b244a4edcf5b01ec3a3d129fe7e.tar.gz buildroot-c7a2be68febe0b244a4edcf5b01ec3a3d129fe7e.zip |
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>
-rw-r--r-- | package/collectd/collectd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/collectd/collectd.mk b/package/collectd/collectd.mk index 1fec4143fa..11685cd004 100644 --- a/package/collectd/collectd.mk +++ b/package/collectd/collectd.mk @@ -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" |