Changeset c04ece1 in freewrt for package/net-snmp/Config.in
- Timestamp:
- Jul 22, 2006, 5:48:30 PM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 5bef084
- Parents:
- e13d736
- File:
-
- 1 edited
-
package/net-snmp/Config.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/net-snmp/Config.in
re13d736 rc04ece1 1 1 menu "net-snmp.......................... Open source SNMP (Simple Network Management Protocol) implementation" 2 2 3 config BR2_COMPILE_NET_SNMP3 config FWRT_COMPILE_NET_SNMP 4 4 tristate 5 5 default n 6 depends BR2_PACKAGE_LIBNETSNMP || BR2_PACKAGE_SNMPD_STATIC6 depends FWRT_PACKAGE_LIBNETSNMP || FWRT_PACKAGE_SNMPD_STATIC 7 7 8 config BR2_PACKAGE_LIBNETSNMP8 config FWRT_PACKAGE_LIBNETSNMP 9 9 prompt "libnetsnmp........................ SNMP shared libraries" 10 10 tristate 11 11 default m if CONFIG_DEVEL 12 select BR2_COMPILE_NET_SNMP13 select BR2_PACKAGE_LIBELF12 select FWRT_COMPILE_NET_SNMP 13 select FWRT_PACKAGE_LIBELF 14 14 help 15 15 Simple Network Management Protocol (SNMP) is a widely used … … 23 23 This package contains shared libraries, needed by other programs. 24 24 25 config BR2_PACKAGE_SNMP_UTILS25 config FWRT_PACKAGE_SNMP_UTILS 26 26 prompt "snmp-utils...................... SNMP client utilities" 27 27 tristate 28 28 default m if CONFIG_DEVEL 29 depends BR2_PACKAGE_LIBNETSNMP29 depends FWRT_PACKAGE_LIBNETSNMP 30 30 help 31 31 Simple Network Management Protocol (SNMP) is a widely used … … 39 39 This package contains the SNMP client utilities. 40 40 41 config BR2_PACKAGE_SNMPD41 config FWRT_PACKAGE_SNMPD 42 42 prompt "snmpd............................. SNMP agent" 43 43 tristate 44 44 default m if CONFIG_DEVEL 45 select BR2_COMPILE_NET_SNMP46 select BR2_PACKAGE_LIBNETSNMP45 select FWRT_COMPILE_NET_SNMP 46 select FWRT_PACKAGE_LIBNETSNMP 47 47 help 48 48 Simple Network Management Protocol (SNMP) is a widely used … … 56 56 This package contains the SNMP agent, dynamically linked. 57 57 58 config BR2_PACKAGE_SNMPD_STATIC58 config FWRT_PACKAGE_SNMPD_STATIC 59 59 prompt "snmpd-static...................... SNMP agent (statically linked)" 60 60 tristate 61 61 default m if CONFIG_DEVEL 62 select BR2_COMPILE_NET_SNMP63 select BR2_PACKAGE_LIBELF62 select FWRT_COMPILE_NET_SNMP 63 select FWRT_PACKAGE_LIBELF 64 64 help 65 65 Simple Network Management Protocol (SNMP) is a widely used
Note:
See TracChangeset
for help on using the changeset viewer.
