From: Jo-Philipp Wich Date: Thu, 27 Jul 2023 10:21:45 +0000 (+0200) Subject: luci-app-nlbwmon: drop luci-compat dependency X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=01d26bff876f5bcd55c5828a1668e41ff8b8da5f;p=project%2Fluci.git luci-app-nlbwmon: drop luci-compat dependency Since the transition to client side JS, no compatibilty libraries are required anymore. Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-nlbwmon/Makefile b/applications/luci-app-nlbwmon/Makefile index c4b83e807c..a00177f2ca 100644 --- 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