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:
parent
7304814cfc
commit
cdd28e1f48
1 changed files with 1 additions and 1 deletions
|
@ -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))) \
|
||||
|
|
Loading…
Reference in a new issue