2021-09-24 23:37:27 +08:00
|
|
|
# Copyright (C) 2016 Openwrt.org
|
2022-05-23 16:02:11 +08:00
|
|
|
#
|
2021-09-24 23:37:27 +08:00
|
|
|
# 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
|
|
|
|
|
2022-05-23 16:02:11 +08:00
|
|
|
PKG_NAME:=luci-app-netdata
|
|
|
|
PKG_VERSION:=1.0
|
|
|
|
PKG_RELEASE:=3
|
2021-09-24 23:37:27 +08:00
|
|
|
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|