mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
collectd: disable plugin for the depracated madwifi driver
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=collectd
|
PKG_NAME:=collectd
|
||||||
PKG_VERSION:=5.7.1
|
PKG_VERSION:=5.7.1
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=4
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
PKG_SOURCE_URL:=https://collectd.org/files/ \
|
||||||
@@ -55,6 +55,7 @@ COLLECTD_PLUGINS_DISABLED:= \
|
|||||||
lua \
|
lua \
|
||||||
lvm \
|
lvm \
|
||||||
lpar \
|
lpar \
|
||||||
|
madwifi \
|
||||||
mbmon \
|
mbmon \
|
||||||
md \
|
md \
|
||||||
memcachec \
|
memcachec \
|
||||||
@@ -131,7 +132,6 @@ COLLECTD_PLUGINS_SELECTED:= \
|
|||||||
iwinfo \
|
iwinfo \
|
||||||
load \
|
load \
|
||||||
logfile \
|
logfile \
|
||||||
madwifi \
|
|
||||||
match_empty_counter \
|
match_empty_counter \
|
||||||
match_hashed \
|
match_hashed \
|
||||||
match_regex \
|
match_regex \
|
||||||
@@ -337,7 +337,6 @@ $(eval $(call BuildPlugin,irq,interrupt usage input,irq,))
|
|||||||
$(eval $(call BuildPlugin,iwinfo,libiwinfo wireless statistics,iwinfo,+PACKAGE_collectd-mod-iwinfo:libiwinfo))
|
$(eval $(call BuildPlugin,iwinfo,libiwinfo wireless statistics,iwinfo,+PACKAGE_collectd-mod-iwinfo:libiwinfo))
|
||||||
$(eval $(call BuildPlugin,load,system load input,load,))
|
$(eval $(call BuildPlugin,load,system load input,load,))
|
||||||
$(eval $(call BuildPlugin,logfile,log files output,logfile,))
|
$(eval $(call BuildPlugin,logfile,log files output,logfile,))
|
||||||
$(eval $(call BuildPlugin,madwifi,MadWifi status input,madwifi,))
|
|
||||||
$(eval $(call BuildPlugin,match-empty-counter,empty-counter match,match_empty_counter,))
|
$(eval $(call BuildPlugin,match-empty-counter,empty-counter match,match_empty_counter,))
|
||||||
$(eval $(call BuildPlugin,match-hashed,hashed match,match_hashed,))
|
$(eval $(call BuildPlugin,match-hashed,hashed match,match_hashed,))
|
||||||
$(eval $(call BuildPlugin,match-regex,regex match,match_regex,))
|
$(eval $(call BuildPlugin,match-regex,regex match,match_regex,))
|
||||||
|
|||||||
Reference in New Issue
Block a user