Add libelf dependency, add disk and exec features to snmpd, add install-dev stuff
[openwrt.git] / openwrt / package / net-snmp / Config.in
1 menu "net-snmp - Open source SNMP (Simple Network Management Protocol) implementation"
2
3 config BR2_PACKAGE_NET_SNMP
4         bool
5         default n
6         depends BR2_PACKAGE_LIBNETSNMP
7
8 config BR2_PACKAGE_LIBNETSNMP
9         prompt "libnetsnmp - SNMP shared libraries"
10         tristate
11         default m if CONFIG_DEVEL
12         select BR2_PACKAGE_NET_SNMP
13         select BR2_PACKAGE_LIBELF
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_SNMPD
27         prompt "snmpd - SNMP agent"
28         tristate
29         select BR2_PACKAGE_LIBNETSNMP
30         default m if CONFIG_DEVEL
31         help
32           Simple Network Management Protocol (SNMP) is a widely used 
33           protocol for monitoring the health and welfare of network 
34           equipment (eg. routers), computer equipment and even devices 
35           like UPSs. Net-SNMP is a suite of applications used to implement 
36           SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
37           
38           http://www.net-snmp.org/
39           
40           This package contains the SNMP agent.
41           
42
43 config BR2_PACKAGE_SNMP_UTILS
44         prompt "snmp-utils - SNMP client utilities"
45         tristate
46         select BR2_PACKAGE_LIBNETSNMP
47         default m if CONFIG_DEVEL
48         help
49           Simple Network Management Protocol (SNMP) is a widely used 
50           protocol for monitoring the health and welfare of network 
51           equipment (eg. routers), computer equipment and even devices 
52           like UPSs. Net-SNMP is a suite of applications used to implement 
53           SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
54           
55           http://www.net-snmp.org/
56           
57           This package contains the SNMP client utilities.
58           
59
60 endmenu