mirror of
https://github.com/caiwx86/small-packages.git
synced 2026-07-27 16:41:16 +08:00
20 lines
448 B
Makefile
20 lines
448 B
Makefile
#
|
|
# Copyright (C) 2025 gSpot (https://github.com/gSpotx2f/luci-app-cpu-status-mini)
|
|
#
|
|
# This is free software, licensed under the MIT License.
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-cpu-status-mini
|
|
PKG_VERSION:=0.2.0
|
|
PKG_RELEASE:=1
|
|
LUCI_TITLE:=CPU utilization info for the LuCI status page
|
|
LUCI_PKGARCH:=all
|
|
PKG_LICENSE:=MIT
|
|
|
|
#include ../../luci.mk
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|