luci-app-nlbwmon: drop luci-compat dependency
authorJo-Philipp Wich <jo@mein.io>
Thu, 27 Jul 2023 10:21:45 +0000 (12:21 +0200)
committerJo-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

index c4b83e807c37d1473bc40d7014b81adefe84028a..a00177f2ca3b682d0d917867073832c4b49c8d5a 100644 (file)
@@ -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