mirror of
https://git.openwrt.org/project/luci.git
synced 2025-12-20 08:49:59 +08:00
11 lines
226 B
Makefile
11 lines
226 B
Makefile
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
|