blob: adcf87bded8780f1ae7d159bec7a79a9d71701e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include $(TOPDIR)/rules.mk
PKG_LICENSE:=Apache-2.0
LUCI_TITLE:=Netlink based bandwidth accounting
LUCI_DEPENDS:=+luci-base +luci-lib-chartjs +nlbwmon
PKG_LICENSE:=Apache-2.0
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|