1
0
mirror of https://git.openwrt.org/project/luci.git synced 2025-10-14 01:32:18 +08:00

luci-app-qos: Convert to JS

Remove luci-compat dep.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2024-10-08 13:43:35 +02:00
parent 7d897991a0
commit f9a79074d3

View 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>