From 44458746f2dc662ee7d551238725e3d41176a0cc Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sat, 24 Nov 2018 16:45:34 +0200 Subject: [PATCH] collectd: remove obsolete references to avr32 Backport the collectd portion of the treewide changes made by e38c10061 in master Signed-off-by: Hannu Nyman --- utils/collectd/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 7e83795e5..d734affa1 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -213,10 +213,6 @@ define Package/collectd/config select PACKAGE_collectd-mod-network endef -ifneq ($(CONFIG_avr32),) - TARGET_CFLAGS += -fsigned-char -endif - # common configure args CONFIGURE_ARGS+= \ --disable-werror \ @@ -393,7 +389,7 @@ $(eval $(call BuildPlugin,tail,tail input,tail,)) $(eval $(call BuildPlugin,tail-csv,tail CSV input,tail_csv,)) $(eval $(call BuildPlugin,table,table-like structured file input,table,)) $(eval $(call BuildPlugin,teamspeak2,TeamSpeak2 input,teamspeak2,)) -$(eval $(call BuildPlugin,ted,The Energy Detective input,ted,@((!TARGET_avr32)||BROKEN))) # fails on avr32 because of warnings treated as errors +$(eval $(call BuildPlugin,ted,The Energy Detective input,ted,)) $(eval $(call BuildPlugin,tcpconns,TCP connection tracking input,tcpconns,)) $(eval $(call BuildPlugin,thermal,system temperatures input,thermal,)) $(eval $(call BuildPlugin,unixsock,unix socket output,unixsock,))