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 <jo@mein.io>
This commit is contained in:
parent
66ddb2f747
commit
01d26bff87
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue