Makefile 333 B

123456789101112
  1. include $(TOPDIR)/rules.mk
  2. LUCI_TITLE:= Net-SNMP LuCI interface
  3. LUCI_DEPENDS:=+luci-base +snmpd
  4. LUCI_DESCRIPTION:=Some common net-snmp config items. In no way is this comprehensive.
  5. PKG_MAINTAINER:= Karl Palsson <karlp@etactica.com>
  6. PKG_LICENSE:=Apache-2.0
  7. include ../../luci.mk
  8. # call BuildPackage - OpenWrt buildroot signature