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