summaryrefslogtreecommitdiffstats
path: root/rules/collectd.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2015-02-05 14:18:16 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-05 16:51:03 +0100
commit6f4d50a96bde1b5a58958344537cf03a4eac4432 (patch)
treececb2f1a43d091bedb8c33c0900563985d043a76 /rules/collectd.make
parent96c9b0e2a6b326187dc86d78d9480f2c746edd32 (diff)
downloadptxdist-6f4d50a96bde1b5a58958344537cf03a4eac4432.tar.gz
ptxdist-6f4d50a96bde1b5a58958344537cf03a4eac4432.tar.xz
collectd: add support for rrdtool plugin
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/collectd.make')
-rw-r--r--rules/collectd.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/collectd.make b/rules/collectd.make
index 950af59fd..593b7776c 100644
--- a/rules/collectd.make
+++ b/rules/collectd.make
@@ -29,6 +29,8 @@ COLLECTD_LICENSE := GPL2
# Prepare
# ----------------------------------------------------------------------------
+COLLECTD_ENABLE-$(PTXCONF_COLLECTD_RRDTOOL) += rrdtool
+
#
# autoconf
#
@@ -127,7 +129,6 @@ COLLECTD_CONF_OPT := $(CROSS_AUTOCONF_USR) \
--disable-redis \
--disable-routeros \
--disable-rrdcached \
- --disable-rrdtool \
--disable-sensors \
--disable-serial \
--disable-sigrok \