From 5e291f21fff9d519946afdf2b37c079a6be207e6 Mon Sep 17 00:00:00 2001 From: Andre Heider Date: Fri, 2 Sep 2022 11:46:58 +0200 Subject: collectd: adapt dependencies for the dsl collector All lantiq/intel/maxlinear compatible dsl daemons now provide a common package name, switch over. Signed-off-by: Andre Heider --- utils/collectd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/collectd') diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 4b4e216f9..dfcecc967 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -528,4 +528,4 @@ $(eval $(call BuildPlugin,write-graphite,Carbon/Graphite output,write_graphite,+ $(eval $(call BuildPlugin,write-http,HTTP POST output,write_http,+PACKAGE_collectd-mod-write-http:libcurl)) $(eval $(call BuildScriptPlugin,sqm,SQM/qdisc collection,sqm_collectd,+PACKAGE_collectd-mod-sqm:collectd-mod-exec)) -$(eval $(call BuildScriptLuaPlugin,ltq-dsl,Lantiq DSL collection,dsl,@TARGET_lantiq_xrx200 +PACKAGE_collectd-mod-ltq-dsl:collectd-mod-lua +libubus-lua)) +$(eval $(call BuildScriptLuaPlugin,ltq-dsl,Lantiq DSL collection,dsl,ltq-dsl-app +PACKAGE_collectd-mod-ltq-dsl:collectd-mod-lua +libubus-lua)) -- cgit v1.2.3