diff options
Diffstat (limited to 'applications/luci-app-snmpd/Makefile')
-rw-r--r-- | applications/luci-app-snmpd/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/applications/luci-app-snmpd/Makefile b/applications/luci-app-snmpd/Makefile new file mode 100644 index 0000000000..4c67a1558a --- /dev/null +++ b/applications/luci-app-snmpd/Makefile @@ -0,0 +1,13 @@ +include $(TOPDIR)/rules.mk + +LUCI_TITLE:= Net-SNMP LuCI interface +LUCI_DEPENDS:= +luci-base +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 |