mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
11 lines
364 B
Makefile
11 lines
364 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 $(TOPDIR)/feeds/luci/luci.mk
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|