Config.in 514 B

12345678910111213141516
  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.