Add net-snmp package
[openwrt.git] / openwrt / package / net-snmp / Config.in
1 config BR2_PACKAGE_NET_SNMP
2         prompt "net-snmp - Open source SNMP (Simple Network Management Protocol) implementation"
3         bool
4         default y if CONFIG_DEVEL
5         help
6           Simple Network Management Protocol (SNMP) is a widely used 
7           protocol for monitoring the health and welfare of network 
8           equipment (eg. routers), computer equipment and even devices 
9           like UPSs. Net-SNMP is a suite of applications used to implement 
10           SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
11           
12           http://www.net-snmp.org/
13           
14
15 config BR2_PACKAGE_LIBNETSNMP
16         tristate "libnet-snmp - SNMP libraries"
17         default m if CONFIG_DEVEL
18         depends BR2_PACKAGE_NET_SNMP
19
20 config BR2_PACKAGE_SNMPD
21         tristate "snmdp - SNMP agent"
22         default m if CONFIG_DEVEL
23         depends BR2_PACKAGE_LIBNETSNMP
24
25 config BR2_PACKAGE_SNMP_UTILS
26         tristate "snmp-utils - SNMP client utilities"
27         default m if CONFIG_DEVEL
28         depends BR2_PACKAGE_LIBNETSNMP
29