From f9a79074d30de618aee875fe71a0ae5c6a95c425 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Tue, 8 Oct 2024 13:43:35 +0200 Subject: [PATCH] luci-app-qos: Convert to JS Remove luci-compat dep. Signed-off-by: Paul Donald --- applications/luci-app-qos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-qos/Makefile b/applications/luci-app-qos/Makefile index 92a99e873ea3..fdf5cff45433 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