mirror of
https://github.com/kenzok8/small-package
synced 2025-01-07 07:06:58 +08:00
25 lines
524 B
Makefile
25 lines
524 B
Makefile
# Copyright (C) 2016 Openwrt.org
|
|
# Copyright (C) 2020-2021 sirpdboy <herboy2008@gmail.com>
|
|
# https://github.com/sirpdboy/luci-app-netdata for v 1.33.1 cn
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
LUCI_TITLE:=LuCI support for Netdata
|
|
LUCI_DEPENDS:=+netdata
|
|
LUCI_PKGARCH:=all
|
|
|
|
PKG_NAME:=luci-app-netdata
|
|
PKG_VERSION:=1.3
|
|
PKG_RELEASE:=20240303
|
|
|
|
define Build/Compile
|
|
endef
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|
|
|