2018-09-20 10:36:34 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:= Net-SNMP LuCI interface
|
2021-10-06 14:22:40 +00:00
|
|
|
LUCI_DEPENDS:=+luci-base +snmpd
|
2018-09-20 10:36:34 +00:00
|
|
|
LUCI_DESCRIPTION:=Some common net-snmp config items. In no way is this comprehensive.
|
|
|
|
|
|
|
|
PKG_MAINTAINER:= Karl Palsson <karlp@etactica.com>
|
|
|
|
PKG_LICENSE:=Apache-2.0
|
|
|
|
|
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|