diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-10-08 13:43:35 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-08 13:43:35 +0200 |
commit | f9a79074d30de618aee875fe71a0ae5c6a95c425 (patch) | |
tree | d806328259434f40a5eb99dadffa04fe735b5b62 /applications/luci-app-qos | |
parent | 7d897991a0c1aeac1e9294fe630e84b4b59b2f45 (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/Makefile | 2 |
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> |