mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
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:
committed by
Peter Korsgaard
parent
7a35e3693c
commit
c295f0797e
@@ -17,7 +17,7 @@ config BR2_PACKAGE_NETSNMP_ENABLE_MIBS
|
|||||||
|
|
||||||
config BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES
|
config BR2_PACKAGE_NETSNMP_WITH_MIB_MODULES
|
||||||
string "Build with these MIB modules"
|
string "Build with these MIB modules"
|
||||||
default "host ucd-snmp/dlmod"
|
default "host ucd-snmp/dlmod agentx"
|
||||||
depends on BR2_PACKAGE_NETSNMP
|
depends on BR2_PACKAGE_NETSNMP
|
||||||
help
|
help
|
||||||
Specify which MIB modules to include.
|
Specify which MIB modules to include.
|
||||||
|
|||||||
Reference in New Issue
Block a user