blob: 95c5f29b07e4f74e4933c5161cd75879be8a1c99 (
plain)
1
2
3
4
5
6
7
8
9
10
|
include $(TOPDIR)/rules.mk
PKG_LICENSE:=Apache-2.0
LUCI_TITLE:=Netlink based bandwidth accounting
LUCI_DEPENDS:=+luci-base +luci-lib-chartjs +nlbwmon
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|