mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 02:11:19 +08:00
13 lines
263 B
Makefile
13 lines
263 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-zabbix
|
|
|
|
LUCI_TITLE:=zabbix agentd configuration
|
|
LUCI_DEPENDS:=+luci-base
|
|
LUCI_DEPENDS:=zabbix-agentd-openssl
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|