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