9 lines
172 B
Makefile
9 lines
172 B
Makefile
|
include $(TOPDIR)/rules.mk
|
||
|
|
||
|
LUCI_TITLE:=Netlink based bandwidth accounting
|
||
|
LUCI_DEPENDS:=+nlbwmon
|
||
|
|
||
|
include ../../luci.mk
|
||
|
|
||
|
# call BuildPackage - OpenWrt buildroot signature
|