netsnmp: enable agentx support by default

Enable agentx support by default, it's required for newer versions of
quagga.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2013-04-15 14:39:42 +00:00 committed by Peter Korsgaard
parent 7a35e3693c
commit c295f0797e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ config BR2_PACKAGE_NETSNMP_ENABLE_MIBS
config BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES
string "Build with these MIB modules"
default "host ucd-snmp/dlmod"
default "host ucd-snmp/dlmod agentx"
depends on BR2_PACKAGE_NETSNMP
help
Specify which MIB modules to include.