aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-10-29 21:56:20 +0100
committerJo-Philipp Wich <jow@openwrt.org>2014-10-29 21:58:09 +0100
commit68e57c7b496e10dfda99ff214f52406ac54737c9 (patch)
treecb66835594bef5f9da891fff867e550ea353d409
parent5ab2c7cffd034978d2c6537bcf8bb13f0e6ab1b2 (diff)
collectd: unbreak collectd-mod-sensors
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
-rw-r--r--utils/collectd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile
index d19161511..33af152a7 100644
--- a/utils/collectd/Makefile
+++ b/utils/collectd/Makefile
@@ -313,7 +313,7 @@ $(eval $(call BuildPlugin,powerdns,PowerDNS server status input,powerdns,))
$(eval $(call BuildPlugin,processes,process status input,processes,))
$(eval $(call BuildPlugin,protocols,network protocols input,protocols,))
$(eval $(call BuildPlugin,rrdtool,RRDtool output,rrdtool,+PACKAGE_collectd-mod-rrdtool:librrd1))
-$(eval $(call BuildPlugin,sensors,lm_sensors input,sensors,+PACKAGE_collectd-mod-sensors:libsensors @BROKEN))
+$(eval $(call BuildPlugin,sensors,lm_sensors input,sensors,+PACKAGE_collectd-mod-sensors:libsensors))
$(eval $(call BuildPlugin,snmp,SNMP input,snmp,+PACKAGE_collectd-mod-snmp:libnetsnmp))
$(eval $(call BuildPlugin,syslog,syslog output,syslog,))
$(eval $(call BuildPlugin,tail,tail input,tail,))