[PATCH] Enable 802.11 module in net-snmp

This enables the ieee802dot11 support in the net-snmp package.
So far there is a patch for 802.11 but it is not used.
Signed-off-by: roberto.riggio <roberto.riggio@create-net.org>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@15987 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2009-05-22 13:02:25 +00:00
parent 27af087bba
commit 65ef05a3a1

View File

@ -95,6 +95,7 @@ SNMP_MIB_MODULES_INCLUDED = \
host/hr_proc \ host/hr_proc \
host/hr_storage \ host/hr_storage \
host/hr_system \ host/hr_system \
ieee802dot11 \
mibII/at \ mibII/at \
mibII/icmp \ mibII/icmp \
mibII/interfaces \ mibII/interfaces \
@ -127,7 +128,6 @@ SNMP_MIB_MODULES_EXCLUDED = \
agent_mibs \ agent_mibs \
agentx \ agentx \
host \ host \
ieee802dot11 \
mibII \ mibII \
notification \ notification \
snmpv3mibs \ snmpv3mibs \