projects
/
project
/
luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d89799
)
luci-app-qos: Convert to JS
author
Paul Donald
<newtwen+github@gmail.com>
Tue, 8 Oct 2024 11:43:35 +0000
(13:43 +0200)
committer
Paul Donald
<newtwen+github@gmail.com>
Tue, 8 Oct 2024 11:43:35 +0000
(13:43 +0200)
Remove luci-compat dep.
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
applications/luci-app-qos/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-qos/Makefile
b/applications/luci-app-qos/Makefile
index 92a99e873ea3d67213048049a40626bd1c38a3c6..fdf5cff45433fe5c7a5cb41a06a3bc3ac165c224 100644
(file)
--- 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>