mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-28 00:04:05 +02:00
add support for dynamic loading agent modules (suggested by Nigel Roberts),
bump trunk release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2358 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
4d0dbb5fc3
commit
3808e64be2
@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=net-snmp
|
PKG_NAME:=net-snmp
|
||||||
PKG_VERSION:=5.1.2
|
PKG_VERSION:=5.1.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=2.1
|
||||||
PKG_MD5SUM:=8080555ab3f90011f25d5122042d9a8d
|
PKG_MD5SUM:=8080555ab3f90011f25d5122042d9a8d
|
||||||
|
|
||||||
PKG_SOURCE_URL:=@SF/net-snmp
|
PKG_SOURCE_URL:=@SF/net-snmp
|
||||||
@ -41,6 +41,7 @@ SNMP_MIB_MODULES_INCLUDED = \
|
|||||||
snmpv3mibs \
|
snmpv3mibs \
|
||||||
tunnel \
|
tunnel \
|
||||||
ucd-snmp/disk \
|
ucd-snmp/disk \
|
||||||
|
ucd-snmp/dlmod \
|
||||||
ucd-snmp/extensible \
|
ucd-snmp/extensible \
|
||||||
ucd-snmp/loadave \
|
ucd-snmp/loadave \
|
||||||
ucd-snmp/memory \
|
ucd-snmp/memory \
|
||||||
@ -62,9 +63,9 @@ SNMP_MIB_MODULES_EXCLUDED = \
|
|||||||
ucd_snmp \
|
ucd_snmp \
|
||||||
utilities \
|
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 = \
|
PKG_CONFIGURE_OPTIONS = \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
|
Loading…
Reference in New Issue
Block a user