diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2017-02-28 15:04:03 +0100 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2017-03-01 12:17:02 +0100 |
commit | ec6712feada38dd05f77aaa8833b9630d4908a76 (patch) | |
tree | 0564ae99e017fa2b694644fbd11976535bc1365a /net | |
parent | f213e6dd2d846d525151373b4bbf8b58f2369166 (diff) |
net-snmp: enable agent/extend MIB
Closes #4085.
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 3446d1514..edc2c8a57 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=net-snmp PKG_VERSION:=5.7.3 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/net-snmp @@ -98,6 +98,7 @@ endef SNMP_MIB_MODULES_INCLUDED = \ + agent/extend \ agentx \ host/hr_device \ host/hr_disk \ |