From 3bd11c3751880ead35b0f1735e24ec074e02a6a0 Mon Sep 17 00:00:00 2001 From: Robert von Könemann Date: Sat, 9 May 2020 14:35:36 +0200 Subject: mini_snmpd: Add sysDescr option. Some monitoring tools will run into errors when sysDescr field is empty. This was the case for cacti 1.2.8 that i'm using to monitor my network. Ideally the sysDescr field would contain some information from the overview of luci, e.g. the Model, Firmware and Kernel-Version fields, but i am stranger to OpenWRT, so I'm unable to do that. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert von Könemann --- net/mini_snmpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/mini_snmpd/Makefile') diff --git a/net/mini_snmpd/Makefile b/net/mini_snmpd/Makefile index a40ba7e95..69f33b779 100644 --- a/net/mini_snmpd/Makefile +++ b/net/mini_snmpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mini_snmpd PKG_VERSION:=1.4-rc1 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_MAINTAINER:=Marcin Jurkowski PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING -- cgit v1.2.3