2021-09-24 23:37:27 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2020 xxx <xxx@xxx.com>
|
2021-09-08 15:15:02 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
2021-09-24 23:37:27 +08:00
|
|
|
PKG_NAME:=luci-app-wrtbwmon
|
2023-10-30 16:41:22 +08:00
|
|
|
PKG_VERSION:=2.0.13
|
2021-09-08 15:15:02 +08:00
|
|
|
|
2021-09-24 23:37:27 +08:00
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
PKG_MAINTAINER:=
|
|
|
|
|
|
|
|
LUCI_TITLE:=A Luci module that uses wrtbwmon to track bandwidth usage
|
|
|
|
LUCI_DEPENDS:=+wrtbwmon
|
|
|
|
LUCI_PKGARCH:=all
|
|
|
|
|
2021-09-08 15:15:02 +08:00
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|