luci/applications/luci-app-snmpd/Makefile
Karl Palsson d4767c2de6 luci-app-snmpd: convert CBI to JS
Eliminates luci-compat, but no other changes.

Signed-off-by: Karl Palsson <karlp@etactica.com>
[add final newline, explicitly require `view` class, remove unused require,
 fix commit subject, initialize translation template]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2021-10-08 20:08:41 +02:00

13 lines
351 B
Makefile

include $(TOPDIR)/rules.mk
LUCI_TITLE:= Net-SNMP LuCI interface
LUCI_DEPENDS:=+luci-base +snmpd
LUCI_PKGARCH:=all
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