Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile « luci-app-snmpd « applications - github.com/openwrt/luci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc998ba282f1dc2e290b4527488325bc9f6c2df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(TOPDIR)/rules.mk

LUCI_TITLE:= Net-SNMP LuCI interface
LUCI_DEPENDS:=+luci-compat +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