From: Andre Heider Date: Fri, 2 Sep 2022 09:46:58 +0000 (+0200) Subject: collectd: adapt dependencies for the dsl collector X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5e291f21fff9d519946afdf2b37c079a6be207e6;p=feed%2Fpackages.git 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 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 4b4e216f98..dfcecc9673 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))