Changeset 528
- Timestamp:
- 08/18/06 21:13:14 (2 years ago)
- Files:
-
- trunk/freewrt/package/net-snmp/Config.in (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/net-snmp/Config.in
r360 r528 1 menu "net-snmp.......................... Open source SNMP (Simple Network Management Protocol) implementation"2 1 3 2 config FWRT_COMPILE_NET_SNMP 4 tristate3 bool 5 4 default n 6 depends FWRT_PACKAGE_LIBNETSNMP || FWRT_PACKAGE_SNMPD_STATIC 5 6 config FWRT_DUMMY_NET_SNMP 7 bool 8 prompt "net-snmp.......................... SNMP Server and Cliet packages" 7 9 8 10 config FWRT_PACKAGE_LIBNETSNMP 9 prompt "libnetsnmp...................... ..SNMP shared libraries"11 prompt "libnetsnmp...................... SNMP shared libraries" 10 12 tristate 11 13 default m if CONFIG_DEVEL 14 depends FWRT_DUMMY_NET_SNMP 12 15 select FWRT_COMPILE_NET_SNMP 13 16 select FWRT_PACKAGE_LIBELF … … 24 27 25 28 config FWRT_PACKAGE_SNMP_UTILS 26 prompt "snmp-utils...................... SNMP client utilities"29 prompt "snmp-utils...................... SNMP client utilities" 27 30 tristate 28 31 default m if CONFIG_DEVEL 29 depends FWRT_PACKAGE_LIBNETSNMP 32 depends FWRT_DUMMY_NET_SNMP 33 select FWRT_PACKAGE_LIBNETSNMP 30 34 help 31 35 Simple Network Management Protocol (SNMP) is a widely used … … 40 44 41 45 config FWRT_PACKAGE_SNMPD 42 prompt "snmpd........................... ..SNMP agent"46 prompt "snmpd........................... SNMP agent" 43 47 tristate 44 48 default m if CONFIG_DEVEL 45 select FWRT_COMPILE_NET_SNMP49 depends FWRT_DUMMY_NET_SNMP 46 50 select FWRT_PACKAGE_LIBNETSNMP 47 51 help … … 57 61 58 62 config FWRT_PACKAGE_SNMPD_STATIC 59 prompt "snmpd-static.................... ..SNMP agent (statically linked)"63 prompt "snmpd-static.................... SNMP agent (statically linked)" 60 64 tristate 61 65 default m if CONFIG_DEVEL 66 depends FWRT_DUMMY_NET_SNMP 62 67 select FWRT_COMPILE_NET_SNMP 63 68 select FWRT_PACKAGE_LIBELF … … 73 78 This package contains the SNMP agent, statically linked. 74 79 75 endmenu


