prometheus-node-exporter-lua: 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>
This commit is contained in:
Andre Heider 2021-12-17 18:22:20 +01:00
parent 023df0992a
commit 6f3b345499
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ endef
define Package/prometheus-node-exporter-lua-ltq-dsl
$(call Package/prometheus-node-exporter-lua/Default)
TITLE+= (lantiq dsl collector)
DEPENDS:=prometheus-node-exporter-lua @(PACKAGE_ltq-adsl-app||PACKAGE_ltq-vdsl-app)
DEPENDS:=prometheus-node-exporter-lua ltq-dsl-app
endef
define Package/prometheus-node-exporter-lua-ltq-dsl/install