mirror of
https://github.com/sirpdboy/sirpdboy-package.git
synced 2025-01-09 04:17:45 +08:00
23 lines
448 B
Makefile
23 lines
448 B
Makefile
#
|
|
# Copyright (C) 2019 Openwrt.org
|
|
#
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-wrtbwmon
|
|
PKG_VERSION:=1.6.3
|
|
PKG_RELEASE:=2
|
|
|
|
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
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|