From: Florian Eckert Date: Mon, 8 Mar 2021 12:00:32 +0000 (+0100) Subject: collectd: fix COLLECTD_PLUGINS_SELECTED end of line X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=416ba35d50e3381a23caf0ee0d0758a26e29a4f5;p=openwrt-packages.git collectd: fix COLLECTD_PLUGINS_SELECTED end of line This removes the trailing back slash. This is not needed. Signed-off-by: Florian Eckert --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 551ccf556..3ff08596a 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -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))) \