collectd: fix COLLECTD_PLUGINS_SELECTED end of line

This removes the trailing back slash. This is not needed.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
(cherry picked from commit 416ba35d50)
This commit is contained in:
Florian Eckert 2021-03-08 13:00:32 +01:00
parent 7304814cfc
commit cdd28e1f48

View file

@ -203,7 +203,7 @@ COLLECTD_PLUGINS_SELECTED:= \
vmem \
wireless \
write_graphite \
write_http \
write_http
PKG_CONFIG_DEPENDS:= \
$(patsubst %,CONFIG_PACKAGE_collectd-mod-%,$(subst _,-,$(COLLECTD_PLUGINS_SELECTED))) \