luci-mod-dsl: drop dependency on ltq-dsl-base
authorJo-Philipp Wich <jo@mein.io>
Wed, 15 Mar 2023 13:04:45 +0000 (14:04 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 15 Mar 2023 13:04:45 +0000 (14:04 +0100)
The `ltq-dsl-base` package is nonshared and thus not processed on phase 2
builders, causing this luci module to be unavailable in repos. Furthermore,
the `ltq-dsl-base` package provides no functionality the ui requires, so
simply drop the dependency.

Ref: https://forum.openwrt.org/t/x/153515
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
modules/luci-mod-dsl/Makefile

index 3d2b0c6056cc54ea32b9884719e5f64f0d353992..8c8db41ed6c398ffa075a2cd33a87d3945d8647c 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=LUCI DSL spectrum graph
-LUCI_DEPENDS:=+luci-base +ltq-dsl-base
+LUCI_DEPENDS:=+luci-base
 
 PKG_LICENSE:=Apache-2.0