summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-qos
diff options
context:
space:
mode:
authorPaul Donald <newtwen+github@gmail.com>2024-10-08 13:43:35 +0200
committerPaul Donald <newtwen+github@gmail.com>2024-10-08 13:43:35 +0200
commitf9a79074d30de618aee875fe71a0ae5c6a95c425 (patch)
treed806328259434f40a5eb99dadffa04fe735b5b62 /applications/luci-app-qos
parent7d897991a0c1aeac1e9294fe630e84b4b59b2f45 (diff)
luci-app-qos: Convert to JS
Remove luci-compat dep. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
Diffstat (limited to 'applications/luci-app-qos')
-rw-r--r--applications/luci-app-qos/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-qos/Makefile b/applications/luci-app-qos/Makefile
index 92a99e873e..fdf5cff454 100644
--- a/applications/luci-app-qos/Makefile
+++ b/applications/luci-app-qos/Makefile
@@ -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>