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>
This commit is contained in:
parent
543a2a970c
commit
416ba35d50
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