summaryrefslogtreecommitdiff
path: root/openwrt/package/net-snmp
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-06 22:46:19 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-06 22:46:19 +0000
commita42fdefe0040a44920044e8838235ac5141b2a8d (patch)
treee72908ca4b73195929d05585ab9d334068e8a804 /openwrt/package/net-snmp
parent4ed1f7e3036ad67cb9d679d9f5660838973cfa93 (diff)
downloadmtk-20170518-a42fdefe0040a44920044e8838235ac5141b2a8d.zip
mtk-20170518-a42fdefe0040a44920044e8838235ac5141b2a8d.tar.gz
mtk-20170518-a42fdefe0040a44920044e8838235ac5141b2a8d.tar.bz2
add support for dynamic loading agent modules (suggested by Nigel Roberts), bump trunk release number
SVN-Revision: 2358
Diffstat (limited to 'openwrt/package/net-snmp')
-rw-r--r--openwrt/package/net-snmp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/openwrt/package/net-snmp/Makefile b/openwrt/package/net-snmp/Makefile
index a0ffdc9..0b4914d 100644
--- a/openwrt/package/net-snmp/Makefile
+++ b/openwrt/package/net-snmp/Makefile
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=net-snmp
PKG_VERSION:=5.1.2
-PKG_RELEASE:=2
+PKG_RELEASE:=2.1
PKG_MD5SUM:=8080555ab3f90011f25d5122042d9a8d
PKG_SOURCE_URL:=@SF/net-snmp
@@ -41,6 +41,7 @@ SNMP_MIB_MODULES_INCLUDED = \
snmpv3mibs \
tunnel \
ucd-snmp/disk \
+ ucd-snmp/dlmod \
ucd-snmp/extensible \
ucd-snmp/loadave \
ucd-snmp/memory \
@@ -62,9 +63,9 @@ SNMP_MIB_MODULES_EXCLUDED = \
ucd_snmp \
utilities \
-SNMP_TRANSPORTS_INCLUDED = UDP
+SNMP_TRANSPORTS_INCLUDED = Callback UDP
-SNMP_TRANSPORTS_EXCLUDED = Callback TCP TCPv6 UDPv6 Unix
+SNMP_TRANSPORTS_EXCLUDED = TCP TCPv6 UDPv6 Unix
PKG_CONFIGURE_OPTIONS = \
--enable-shared \