diff options
author | Andre Heider <a.heider@gmail.com> | 2022-09-02 11:46:58 +0200 |
---|---|---|
committer | Andre Heider <a.heider@gmail.com> | 2022-09-14 09:09:05 +0200 |
commit | 5e291f21fff9d519946afdf2b37c079a6be207e6 (patch) | |
tree | 9a01a55c004605cf4eb72f5f90ed7872a921d142 | |
parent | 6f3b345499818a007669bfe987ef3264d714ae92 (diff) |
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 <a.heider@gmail.com>
-rw-r--r-- | utils/collectd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |