From: Jo-Philipp Wich Date: Fri, 22 May 2009 13:02:25 +0000 (+0000) Subject: [PATCH] Enable 802.11 module in net-snmp X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=d9ed11b353a27f8c59011caef1ba2e58ab7ebc98;p=openwrt%2Fsvn-archive%2Farchive.git [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 SVN-Revision: 15987 --- diff --git a/libs/net-snmp/Makefile b/libs/net-snmp/Makefile index 3c174fa6cd..d6d851a0b1 100644 --- a/libs/net-snmp/Makefile +++ b/libs/net-snmp/Makefile @@ -95,6 +95,7 @@ SNMP_MIB_MODULES_INCLUDED = \ host/hr_proc \ host/hr_storage \ host/hr_system \ + ieee802dot11 \ mibII/at \ mibII/icmp \ mibII/interfaces \ @@ -127,7 +128,6 @@ SNMP_MIB_MODULES_EXCLUDED = \ agent_mibs \ agentx \ host \ - ieee802dot11 \ mibII \ notification \ snmpv3mibs \