From 01d26bff876f5bcd55c5828a1668e41ff8b8da5f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 27 Jul 2023 12:21:45 +0200 Subject: [PATCH] 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 --- applications/luci-app-nlbwmon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2