[package] fix snmp transports configuration with IPv6
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17021 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
c0adcffda9
commit
612c0e03a7
@ -141,7 +141,11 @@ SNMP_MIB_MODULES_EXCLUDED = \
|
||||
udp-mib \
|
||||
utilities \
|
||||
|
||||
SNMP_TRANSPORTS_INCLUDED = Callback UDP UDPIPv6
|
||||
SNMP_TRANSPORTS_INCLUDED = Callback UDP
|
||||
|
||||
ifeq ($(CONFIG_IPV6),y)
|
||||
SNMP_TRANSPORTS_INCLUDED+= UDPIPv6
|
||||
endif
|
||||
|
||||
SNMP_TRANSPORTS_EXCLUDED = TCP TCPIPv6 Unix
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user