mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
12 lines
253 B
Makefile
12 lines
253 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=luci-app-snmpd-ssl
|
|
|
|
LUCI_TITLE:=Net-SNMP LuCI interface with v3 support
|
|
LUCI_DEPENDS:=+luci-base +snmpd-ssl
|
|
LUCI_PKGARCH:=all
|
|
|
|
include $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|