mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
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:
@@ -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))) \
|
||||
|
||||
Reference in New Issue
Block a user