Skip to content

Commit

Permalink
luci-app-qos: Convert to JS
Browse files Browse the repository at this point in the history
Remove luci-compat dep.

Signed-off-by: Paul Donald <[email protected]>
  • Loading branch information
systemcrash committed Oct 8, 2024
1 parent 7d89799 commit f9a7907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/luci-app-qos/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
Expand Down

0 comments on commit f9a7907

Please sign in to comment.