Makefile 364 B

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