blob: 27d51b6268753db66d78d1d4686d9b0bef9d1b9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include $(TOPDIR)/rules.mk
LUCI_TITLE:= Net-SNMP LuCI interface
LUCI_DEPENDS:=+luci-base +snmpd +USE_GLIBC:ldd
LUCI_DESCRIPTION:=Some common net-snmp config items. In no way is this comprehensive.
PKG_MAINTAINER:= Christian Korber <ck@dev.tdt.de>
PKG_LICENSE:=Apache-2.0
include ../../luci.mk
# call BuildPackage - OpenWrt buildroot signature
|