mirror of
https://github.com/kiddin9/openwrt-packages.git
synced 2025-01-08 13:27:48 +08:00
17 lines
384 B
Makefile
17 lines
384 B
Makefile
#
|
|
# Copyright (C) 2024 gSpot (https://github.com/gSpotx2f/luci-app-interfaces-statistics)
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=Network interfaces statistics
|
|
LUCI_PKGARCH:=all
|
|
PKG_LICENSE:=MIT
|
|
|
|
#include $(TOPDIR)/feeds/luci/luci.mk
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|