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

freewrt_2_0
Last change on this file since 621d5d2 was 775f99a, checked in by Waldemar Brodkorb <wbx@…>, 19 years ago

remove static version of snmpd

git-svn-id: svn://www.freewrt.org/branches/freewrt_1_0@1108 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 1.9 KB
Line 
1config FWRT_COMPILE_NET_SNMP
2 bool
3 default n
4
5config FWRT_DUMMY_NET_SNMP
6 bool
7 prompt "net-snmp.......................... SNMP Server and Client packages"
8
9config FWRT_PACKAGE_LIBNETSNMP
10 prompt "libnetsnmp...................... SNMP shared libraries"
11 tristate
12 default n
13 depends FWRT_DUMMY_NET_SNMP
14 select FWRT_COMPILE_NET_SNMP
15 select FWRT_PACKAGE_LIBELF
16 help
17 Simple Network Management Protocol (SNMP) is a widely used
18 protocol for monitoring the health and welfare of network
19 equipment (eg. routers), computer equipment and even devices
20 like UPSs. Net-SNMP is a suite of applications used to implement
21 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
22
23 http://www.net-snmp.org/
24
25 This package contains shared libraries, needed by other programs.
26
27config FWRT_PACKAGE_SNMP_UTILS
28 prompt "snmp-utils...................... SNMP client utilities"
29 tristate
30 default n
31 depends FWRT_DUMMY_NET_SNMP
32 select FWRT_PACKAGE_LIBNETSNMP
33 help
34 Simple Network Management Protocol (SNMP) is a widely used
35 protocol for monitoring the health and welfare of network
36 equipment (eg. routers), computer equipment and even devices
37 like UPSs. Net-SNMP is a suite of applications used to implement
38 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6.
39
40 http://www.net-snmp.org/
41
42 This package contains the SNMP client utilities.
43
44config FWRT_PACKAGE_SNMPD
45 prompt "snmpd........................... SNMP agent"
46 tristate
47 default n
48 depends FWRT_DUMMY_NET_SNMP
49 select FWRT_PACKAGE_LIBNETSNMP
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
Note: See TracBrowser for help on using the repository browser.