Config.in 852 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_NETSNMP
  2. bool "netsnmp"
  3. help
  4. Suite of applications used to implement SNMP v1, SNMP v2c, and
  5. SNMP v3 using both IPv4 and IPv6.
  6. http://net-snmp.sourceforge.net/
  7. config BR2_PACKAGE_NETSNMP_ENABLE_MIBS
  8. bool "Install MIB files on target and enable MIB loading code"
  9. default y
  10. depends on BR2_PACKAGE_NETSNMP
  11. help
  12. The net-snmp package contains a selection of MIB files.
  13. Say yes if you want those MIB files installed on the target
  14. and enable the code that parses the MIB files.
  15. config BR2_PACKAGE_NETSNMP_ENABLE_DEBUGGING
  16. bool "Enable debugging code"
  17. depends on BR2_PACKAGE_NETSNMP
  18. help
  19. By default net-snmp is compiled without debugging support
  20. (--disable-debugging). Enable this options if you need debugging
  21. support, including the ability to log with DEBUGMSG(),
  22. DEBUGMSGTL() and companion macros.