luci-app-qos: Convert to JS
authorPaul Donald <newtwen+github@gmail.com>
Tue, 8 Oct 2024 11:43:35 +0000 (13:43 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Tue, 8 Oct 2024 11:43:35 +0000 (13:43 +0200)
Remove luci-compat dep.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
applications/luci-app-qos/Makefile

index 92a99e873ea3d67213048049a40626bd1c38a3c6..fdf5cff45433fe5c7a5cb41a06a3bc3ac165c224 100644 (file)
@@ -7,7 +7,7 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=Quality of Service configuration module
-LUCI_DEPENDS:=+luci-base +luci-compat +qos-scripts
+LUCI_DEPENDS:=+luci-base +qos-scripts
 
 PKG_LICENSE:=Apache-2.0
 PKG_MAINTAINER:=Paul Donald <newtwen+github@gmail.com>