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:
66ddb2f
)
luci-app-nlbwmon: drop luci-compat dependency
author
Jo-Philipp Wich
<jo@mein.io>
Thu, 27 Jul 2023 10:21:45 +0000
(12:21 +0200)
committer
Jo-Philipp Wich
<jo@mein.io>
Thu, 27 Jul 2023 10:21:45 +0000
(12:21 +0200)
Since the transition to client side JS, no compatibilty libraries are
required anymore.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
applications/luci-app-nlbwmon/Makefile
patch
|
blob
|
history
diff --git
a/applications/luci-app-nlbwmon/Makefile
b/applications/luci-app-nlbwmon/Makefile
index c4b83e807c37d1473bc40d7014b81adefe84028a..a00177f2ca3b682d0d917867073832c4b49c8d5a 100644
(file)
--- a/
applications/luci-app-nlbwmon/Makefile
+++ b/
applications/luci-app-nlbwmon/Makefile
@@
-1,7
+1,7
@@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Netlink based bandwidth accounting
-LUCI_DEPENDS:=+
luci-compat +
nlbwmon
+LUCI_DEPENDS:=+nlbwmon
include ../../luci.mk