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:
parent
023df0992a
commit
6f3b345499
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue