| 1 |
|
|---|
| 2 | config FWRT_COMPILE_NET_SNMP
|
|---|
| 3 | bool
|
|---|
| 4 | default n
|
|---|
| 5 |
|
|---|
| 6 | config FWRT_DUMMY_NET_SNMP
|
|---|
| 7 | bool
|
|---|
| 8 | prompt "net-snmp.......................... SNMP Server and Cliet packages"
|
|---|
| 9 |
|
|---|
| 10 | config FWRT_PACKAGE_LIBNETSNMP
|
|---|
| 11 | prompt "libnetsnmp...................... SNMP shared libraries"
|
|---|
| 12 | tristate
|
|---|
| 13 | default m if CONFIG_DEVEL
|
|---|
| 14 | depends FWRT_DUMMY_NET_SNMP
|
|---|
| 15 | select FWRT_COMPILE_NET_SNMP
|
|---|
| 16 | select FWRT_PACKAGE_LIBELF
|
|---|
| 17 | help
|
|---|
| 18 | Simple Network Management Protocol (SNMP) is a widely used
|
|---|
| 19 | protocol for monitoring the health and welfare of network
|
|---|
| 20 | equipment (eg. routers), computer equipment and even devices
|
|---|
| 21 | like UPSs. Net-SNMP is a suite of applications used to implement
|
|---|
| 22 | SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|---|
| 23 |
|
|---|
| 24 | http://www.net-snmp.org/
|
|---|
| 25 |
|
|---|
| 26 | This package contains shared libraries, needed by other programs.
|
|---|
| 27 |
|
|---|
| 28 | config FWRT_PACKAGE_SNMP_UTILS
|
|---|
| 29 | prompt "snmp-utils...................... SNMP client utilities"
|
|---|
| 30 | tristate
|
|---|
| 31 | default m if CONFIG_DEVEL
|
|---|
| 32 | depends FWRT_DUMMY_NET_SNMP
|
|---|
| 33 | select FWRT_PACKAGE_LIBNETSNMP
|
|---|
| 34 | help
|
|---|
| 35 | Simple Network Management Protocol (SNMP) is a widely used
|
|---|
| 36 | protocol for monitoring the health and welfare of network
|
|---|
| 37 | equipment (eg. routers), computer equipment and even devices
|
|---|
| 38 | like UPSs. Net-SNMP is a suite of applications used to implement
|
|---|
| 39 | SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|---|
| 40 |
|
|---|
| 41 | http://www.net-snmp.org/
|
|---|
| 42 |
|
|---|
| 43 | This package contains the SNMP client utilities.
|
|---|
| 44 |
|
|---|
| 45 | config FWRT_PACKAGE_SNMPD
|
|---|
| 46 | prompt "snmpd........................... SNMP agent"
|
|---|
| 47 | tristate
|
|---|
| 48 | default m if CONFIG_DEVEL
|
|---|
| 49 | depends FWRT_DUMMY_NET_SNMP
|
|---|
| 50 | select FWRT_PACKAGE_LIBNETSNMP
|
|---|
| 51 | help
|
|---|
| 52 | Simple Network Management Protocol (SNMP) is a widely used
|
|---|
| 53 | protocol for monitoring the health and welfare of network
|
|---|
| 54 | equipment (eg. routers), computer equipment and even devices
|
|---|
| 55 | like UPSs. Net-SNMP is a suite of applications used to implement
|
|---|
| 56 | SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|---|
| 57 |
|
|---|
| 58 | http://www.net-snmp.org/
|
|---|
| 59 |
|
|---|
| 60 | This package contains the SNMP agent, dynamically linked.
|
|---|
| 61 |
|
|---|
| 62 | config FWRT_PACKAGE_SNMPD_STATIC
|
|---|
| 63 | prompt "snmpd-static.................... SNMP agent (statically linked)"
|
|---|
| 64 | tristate
|
|---|
| 65 | default m if CONFIG_DEVEL
|
|---|
| 66 | depends FWRT_DUMMY_NET_SNMP
|
|---|
| 67 | select FWRT_COMPILE_NET_SNMP
|
|---|
| 68 | select FWRT_PACKAGE_LIBELF
|
|---|
| 69 | help
|
|---|
| 70 | Simple Network Management Protocol (SNMP) is a widely used
|
|---|
| 71 | protocol for monitoring the health and welfare of network
|
|---|
| 72 | equipment (eg. routers), computer equipment and even devices
|
|---|
| 73 | like UPSs. Net-SNMP is a suite of applications used to implement
|
|---|
| 74 | SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
|
|---|
| 75 |
|
|---|
| 76 | http://www.net-snmp.org/
|
|---|
| 77 |
|
|---|
| 78 | This package contains the SNMP agent, statically linked.
|
|---|
| 79 |
|
|---|