blob: c4b83e807c37d1473bc40d7014b81adefe84028a (
plain)
1
2
3
4
5
6
7
8
|
include $(TOPDIR)/rules.mk
LUCI_TITLE:=Netlink based bandwidth accounting
LUCI_DEPENDS:=+luci-compat +nlbwmon
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|