Changeset 2713
- Timestamp:
- 06/05/07 15:45:58 (2 years ago)
- Files:
-
- trunk/freewrt/package/iproute2/Config.in (modified) (1 diff)
- trunk/freewrt/package/net-snmp/Config.in (modified) (4 diffs)
- trunk/freewrt/package/openssh/Config.in (modified) (5 diffs)
- trunk/freewrt/package/rrdtool/Config.in (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/iproute2/Config.in
r2504 r2713 2 2 tristate 3 3 default n 4 depends FWRT_PACKAGE_IPROUTE2_IP || FWRT_PACKAGE_IPROUTE2_TC5 6 config FWRT_SHOW_IPROUTE27 bool "iproute2.......................... iproute2 package (ip/tc)"8 default n9 4 10 5 config FWRT_PACKAGE_IP 11 prompt "ip................................ Arouting control utility"6 prompt "ip................................ iproute2 routing control utility" 12 7 tristate 13 8 default n 14 9 select FWRT_COMPILE_IPROUTE2 15 depends on FWRT_SHOW_IPROUTE216 10 depends on ! BUSYBOX_CONFIG_IP 17 11 18 12 comment "ip................................ Already provided by Busybox" 19 depends on FWRT_SHOW_IPROUTE220 13 depends on BUSYBOX_CONFIG_IP 21 14 22 15 config FWRT_PACKAGE_TC 23 prompt "tc................................ Atraffic control utility"16 prompt "tc................................ iproute2 traffic control utility" 24 17 tristate 25 18 default n 26 depends on FWRT_SHOW_IPROUTE227 19 select FWRT_COMPILE_IPROUTE2 28 20 help trunk/freewrt/package/net-snmp/Config.in
r1112 r2713 3 3 default n 4 4 5 config FWRT_DUMMY_NET_SNMP6 bool7 prompt "net-snmp.......................... SNMP Server and Client packages"8 9 5 config FWRT_PACKAGE_LIBNETSNMP 10 prompt " libnetsnmp...................... SNMP shared libraries"6 prompt "net-snmp-libs..................... SNMP shared libraries" 11 7 tristate 12 8 default n 13 depends FWRT_DUMMY_NET_SNMP14 9 select FWRT_COMPILE_NET_SNMP 15 10 select FWRT_PACKAGE_LIBELF 16 11 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 12 Simple Network Management Protocol (SNMP) is a widely used 13 protocol for monitoring the health and welfare of network 14 equipment (eg. routers), computer equipment and even devices 15 like UPSs. Net-SNMP is a suite of applications used to implement 21 16 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. 22 17 … … 26 21 27 22 config FWRT_PACKAGE_SNMP_UTILS 28 prompt " snmp-utils...................... SNMP client utilities"23 prompt "net-snmp-utils.................... SNMP client utilities" 29 24 tristate 30 25 default n 31 depends FWRT_DUMMY_NET_SNMP32 26 select FWRT_PACKAGE_LIBNETSNMP 33 27 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 28 Simple Network Management Protocol (SNMP) is a widely used 29 protocol for monitoring the health and welfare of network 30 equipment (eg. routers), computer equipment and even devices 31 like UPSs. Net-SNMP is a suite of applications used to implement 38 32 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. 39 33 … … 43 37 44 38 config FWRT_PACKAGE_SNMPD 45 prompt " snmpd........................... SNMP agent"39 prompt "net-snmp-daemon................... SNMP agent" 46 40 tristate 47 41 default n 48 depends FWRT_DUMMY_NET_SNMP49 42 select FWRT_PACKAGE_LIBNETSNMP 50 43 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 44 Simple Network Management Protocol (SNMP) is a widely used 45 protocol for monitoring the health and welfare of network 46 equipment (eg. routers), computer equipment and even devices 47 like UPSs. Net-SNMP is a suite of applications used to implement 55 48 SNMP v1, SNMP v2c and SNMP v3 using both IPv4 and IPv6. 56 49 … … 58 51 59 52 This package contains the SNMP agent, dynamically linked. 60 trunk/freewrt/package/openssh/Config.in
r1253 r2713 2 2 tristate 3 3 default n 4 depends FWRT_PACKAGE_OPENSSH_CLIENT || FWRT_PACKAGE_OPENSSH_SERVER || FWRT_PACKAGE_OPENSSH_SFTP_CLIENT || FWRT_PACKAGE_OPENSSH_SFTP_SERVER5 6 config FWRT_SHOW_OPENSSH7 bool "openssh........................... OpenSSH server/client"8 4 9 5 config FWRT_PACKAGE_OPENSSH_CLIENT 10 prompt "openssh-client.................. OpenSSH client"6 prompt "openssh-client.................... OpenSSH client" 11 7 tristate 12 8 default n … … 14 10 select FWRT_PACKAGE_LIBOPENSSL 15 11 select FWRT_PACKAGE_ZLIB 16 depends FWRT_SHOW_OPENSSH17 12 help 18 OpenSSH is a FREE version of the SSH protocol suite of network 19 connectivity tools that increasing numbers of people on the Internet 20 are coming to rely on. Many users of telnet, rlogin, ftp, and other 21 such programs might not realize that their password is transmitted 22 across the Internet unencrypted, but it is. OpenSSH encrypts all 23 traffic (including passwords) to effectively eliminate eavesdropping, 24 connection hijacking, and other network-level attacks. Additionally, 25 OpenSSH provides a myriad of secure tunneling capabilities, as well 13 OpenSSH is a FREE version of the SSH protocol suite of network 14 connectivity tools that increasing numbers of people on the Internet 15 are coming to rely on. Many users of telnet, rlogin, ftp, and other 16 such programs might not realize that their password is transmitted 17 across the Internet unencrypted, but it is. OpenSSH encrypts all 18 traffic (including passwords) to effectively eliminate eavesdropping, 19 connection hijacking, and other network-level attacks. Additionally, 20 OpenSSH provides a myriad of secure tunneling capabilities, as well 26 21 as a variety of authentication methods. 27 22 28 23 http://www.openssh.com/ 29 30 Depends: openssl31 24 32 25 config FWRT_PACKAGE_OPENSSH_CLIENT_UTILS 33 prompt "openssh-client-utils.......... OpenSSH client utilities"26 prompt "openssh-client-utils............ OpenSSH client utilities" 34 27 tristate 35 28 default n 36 29 depends FWRT_PACKAGE_OPENSSH_CLIENT 37 30 help 38 OpenSSH is a FREE version of the SSH protocol suite of network 39 connectivity tools that increasing numbers of people on the Internet 40 are coming to rely on. Many users of telnet, rlogin, ftp, and other 41 such programs might not realize that their password is transmitted 42 across the Internet unencrypted, but it is. OpenSSH encrypts all 43 traffic (including passwords) to effectively eliminate eavesdropping, 44 connection hijacking, and other network-level attacks. Additionally, 45 OpenSSH provides a myriad of secure tunneling capabilities, as well 31 OpenSSH is a FREE version of the SSH protocol suite of network 32 connectivity tools that increasing numbers of people on the Internet 33 are coming to rely on. Many users of telnet, rlogin, ftp, and other 34 such programs might not realize that their password is transmitted 35 across the Internet unencrypted, but it is. OpenSSH encrypts all 36 traffic (including passwords) to effectively eliminate eavesdropping, 37 connection hijacking, and other network-level attacks. Additionally, 38 OpenSSH provides a myriad of secure tunneling capabilities, as well 46 39 as a variety of authentication methods. 47 40 48 41 http://www.openssh.com/ 49 50 Depends: openssl51 42 52 43 config FWRT_PACKAGE_OPENSSH_SERVER 53 prompt "openssh-server.................. OpenSSH server"44 prompt "openssh-server.................... OpenSSH server" 54 45 tristate 55 46 default n … … 57 48 select FWRT_PACKAGE_LIBOPENSSL 58 49 select FWRT_PACKAGE_ZLIB 59 depends FWRT_SHOW_OPENSSH60 50 help 61 OpenSSH is a FREE version of the SSH protocol suite of network 62 connectivity tools that increasing numbers of people on the Internet 63 are coming to rely on. Many users of telnet, rlogin, ftp, and other 64 such programs might not realize that their password is transmitted 65 across the Internet unencrypted, but it is. OpenSSH encrypts all 66 traffic (including passwords) to effectively eliminate eavesdropping, 67 connection hijacking, and other network-level attacks. Additionally, 68 OpenSSH provides a myriad of secure tunneling capabilities, as well 51 OpenSSH is a FREE version of the SSH protocol suite of network 52 connectivity tools that increasing numbers of people on the Internet 53 are coming to rely on. Many users of telnet, rlogin, ftp, and other 54 such programs might not realize that their password is transmitted 55 across the Internet unencrypted, but it is. OpenSSH encrypts all 56 traffic (including passwords) to effectively eliminate eavesdropping, 57 connection hijacking, and other network-level attacks. Additionally, 58 OpenSSH provides a myriad of secure tunneling capabilities, as well 69 59 as a variety of authentication methods. 70 60 71 61 http://www.openssh.com/ 72 73 Depends: openssl74 62 75 63 config FWRT_PACKAGE_OPENSSH_SFTP_CLIENT 76 prompt "openssh-sftp-client............. OpenSSH SFTP client"64 prompt "openssh-sftp-client............... OpenSSH SFTP client" 77 65 tristate 78 66 default n … … 80 68 select FWRT_PACKAGE_LIBOPENSSL 81 69 select FWRT_PACKAGE_ZLIB 82 depends FWRT_SHOW_OPENSSH83 70 help 84 OpenSSH is a FREE version of the SSH protocol suite of network 85 connectivity tools that increasing numbers of people on the Internet 86 are coming to rely on. Many users of telnet, rlogin, ftp, and other 87 such programs might not realize that their password is transmitted 88 across the Internet unencrypted, but it is. OpenSSH encrypts all 89 traffic (including passwords) to effectively eliminate eavesdropping, 90 connection hijacking, and other network-level attacks. Additionally, 91 OpenSSH provides a myriad of secure tunneling capabilities, as well 71 OpenSSH is a FREE version of the SSH protocol suite of network 72 connectivity tools that increasing numbers of people on the Internet 73 are coming to rely on. Many users of telnet, rlogin, ftp, and other 74 such programs might not realize that their password is transmitted 75 across the Internet unencrypted, but it is. OpenSSH encrypts all 76 traffic (including passwords) to effectively eliminate eavesdropping, 77 connection hijacking, and other network-level attacks. Additionally, 78 OpenSSH provides a myriad of secure tunneling capabilities, as well 92 79 as a variety of authentication methods. 93 80 94 81 http://www.openssh.com/ 95 96 Depends: openssl97 98 82 99 83 config FWRT_PACKAGE_OPENSSH_SFTP_SERVER … … 104 88 select FWRT_PACKAGE_LIBOPENSSL 105 89 select FWRT_PACKAGE_ZLIB 106 depends FWRT_SHOW_OPENSSH107 90 help 108 OpenSSH is a FREE version of the SSH protocol suite of network 109 connectivity tools that increasing numbers of people on the Internet 110 are coming to rely on. Many users of telnet, rlogin, ftp, and other 111 such programs might not realize that their password is transmitted 112 across the Internet unencrypted, but it is. OpenSSH encrypts all 113 traffic (including passwords) to effectively eliminate eavesdropping, 114 connection hijacking, and other network-level attacks. Additionally, 115 OpenSSH provides a myriad of secure tunneling capabilities, as well 91 OpenSSH is a FREE version of the SSH protocol suite of network 92 connectivity tools that increasing numbers of people on the Internet 93 are coming to rely on. Many users of telnet, rlogin, ftp, and other 94 such programs might not realize that their password is transmitted 95 across the Internet unencrypted, but it is. OpenSSH encrypts all 96 traffic (including passwords) to effectively eliminate eavesdropping, 97 connection hijacking, and other network-level attacks. Additionally, 98 OpenSSH provides a myriad of secure tunneling capabilities, as well 116 99 as a variety of authentication methods. 117 100 118 101 http://www.openssh.com/ 119 120 Depends: openssl121 trunk/freewrt/package/rrdtool/Config.in
r360 r2713 1 1 config FWRT_COMPILE_RRDTOOL 2 prompt "rrdtool........................... Round Robin Database (RRD) tools (v1.2.x)"3 2 bool 4 3 default n 5 4 6 5 config FWRT_PACKAGE_LIBRRD 7 prompt "librrd.......................... Round Robin Database (RRD) management library (v1.2.x)"6 prompt "librrd............................ Round Robin Database (RRD) management library (v1.2.x)" 8 7 tristate 9 8 default n 10 dependsFWRT_COMPILE_RRDTOOL9 select FWRT_COMPILE_RRDTOOL 11 10 select FWRT_PACKAGE_LIBART 12 11 select FWRT_PACKAGE_LIBFREETYPE … … 27 26 28 27 config FWRT_PACKAGE_RRDCGI 29 prompt "rrdcgi.......................... Round Robin Database (RRD) CGI graphing tool (v1.2.x)"28 prompt "rrdcgi............................ Round Robin Database (RRD) CGI graphing tool (v1.2.x)" 30 29 tristate 31 30 default n 32 dependsFWRT_COMPILE_RRDTOOL31 select FWRT_COMPILE_RRDTOOL 33 32 select FWRT_PACKAGE_LIBRRD 34 33 select FWRT_PACKAGE_CGILIB … … 44 43 http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/ 45 44 46 This package contains the rrdcgi tool used to create web pages containing 45 This package contains the rrdcgi tool used to create web pages containing 47 46 RRD graphs based on templates. 48 47 49 48 config FWRT_PACKAGE_RRDTOOL 50 prompt "rrdtool......................... Round Robin Database (RRD) management tools (v1.2.x)"49 prompt "rrdtool........................... Round Robin Database (RRD) management tools (v1.2.x)" 51 50 tristate 52 51 default n 53 dependsFWRT_COMPILE_RRDTOOL52 select FWRT_COMPILE_RRDTOOL 54 53 select FWRT_PACKAGE_LIBRRD 55 54 help … … 65 64 66 65 This package contains command line tools used to manage RRDs. 67


