source: freewrt/package/net-snmp/Config.in@ d4edf63

freewrt_1_0 freewrt_2_0
Last change on this file since d4edf63 was 8ac35a7, checked in by Markus Wigge <markus@…>, 19 years ago

fixed to match common menuconfig style

git-svn-id: svn://www.freewrt.org/trunk/freewrt@528 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 2.6 KB
Line 
1
2config FWRT_COMPILE_NET_SNMP
3 bool
4 default n
5
6config FWRT_DUMMY_NET_SNMP
7 bool
8 prompt "net-snmp.......................... SNMP Server and Cliet packages"
9
10config 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
28config 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
45config 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
62config 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
Note: See TracBrowser for help on using the repository browser.