source: freewrt/package/openssh/Config.in@ 6fc4520e

freewrt_1_0 freewrt_2_0
Last change on this file since 6fc4520e was c04ece1, checked in by Thorsten Glaser <tg@…>, 19 years ago

as discussed with wbx@ some 2-3 weeks ago, change
the BR2_ prefix to FWRT_

tested with a standard build (only the squashfs
image since the jffs2 didn't get built)

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

  • Property mode set to 100644
File size: 4.6 KB
Line 
1menu "openssh........................... A free implementation of the Secure Shell protocol"
2
3config FWRT_COMPILE_OPENSSH
4 tristate
5 default n
6 depends FWRT_PACKAGE_OPENSSH_CLIENT || FWRT_PACKAGE_OPENSSH_SERVER || FWRT_PACKAGE_OPENSSH_SFTP_CLIENT || FWRT_PACKAGE_OPENSSH_SFTP_SERVER
7
8config FWRT_PACKAGE_OPENSSH_CLIENT
9 prompt "openssh-client.................... OpenSSH client"
10 tristate
11 default m if CONFIG_DEVEL
12 select FWRT_COMPILE_OPENSSH
13 select FWRT_PACKAGE_LIBOPENSSL
14 select FWRT_PACKAGE_ZLIB
15 help
16 OpenSSH is a FREE version of the SSH protocol suite of network
17 connectivity tools that increasing numbers of people on the Internet
18 are coming to rely on. Many users of telnet, rlogin, ftp, and other
19 such programs might not realize that their password is transmitted
20 across the Internet unencrypted, but it is. OpenSSH encrypts all
21 traffic (including passwords) to effectively eliminate eavesdropping,
22 connection hijacking, and other network-level attacks. Additionally,
23 OpenSSH provides a myriad of secure tunneling capabilities, as well
24 as a variety of authentication methods.
25
26 http://www.openssh.com/
27
28 Depends: openssl
29
30config FWRT_PACKAGE_OPENSSH_CLIENT_UTILS
31 prompt "openssh-client-utils............ OpenSSH client utilities"
32 tristate
33 default m if CONFIG_DEVEL
34 depends FWRT_PACKAGE_OPENSSH_CLIENT
35 help
36 OpenSSH is a FREE version of the SSH protocol suite of network
37 connectivity tools that increasing numbers of people on the Internet
38 are coming to rely on. Many users of telnet, rlogin, ftp, and other
39 such programs might not realize that their password is transmitted
40 across the Internet unencrypted, but it is. OpenSSH encrypts all
41 traffic (including passwords) to effectively eliminate eavesdropping,
42 connection hijacking, and other network-level attacks. Additionally,
43 OpenSSH provides a myriad of secure tunneling capabilities, as well
44 as a variety of authentication methods.
45
46 http://www.openssh.com/
47
48 Depends: openssl
49
50config FWRT_PACKAGE_OPENSSH_SERVER
51 prompt "openssh-server.................... OpenSSH server"
52 tristate
53 default m if CONFIG_DEVEL
54 select FWRT_COMPILE_OPENSSH
55 select FWRT_PACKAGE_LIBOPENSSL
56 select FWRT_PACKAGE_ZLIB
57 help
58 OpenSSH is a FREE version of the SSH protocol suite of network
59 connectivity tools that increasing numbers of people on the Internet
60 are coming to rely on. Many users of telnet, rlogin, ftp, and other
61 such programs might not realize that their password is transmitted
62 across the Internet unencrypted, but it is. OpenSSH encrypts all
63 traffic (including passwords) to effectively eliminate eavesdropping,
64 connection hijacking, and other network-level attacks. Additionally,
65 OpenSSH provides a myriad of secure tunneling capabilities, as well
66 as a variety of authentication methods.
67
68 http://www.openssh.com/
69
70 Depends: openssl
71
72config FWRT_PACKAGE_OPENSSH_SFTP_CLIENT
73 prompt "openssh-sftp-client............... OpenSSH SFTP client"
74 tristate
75 default m if CONFIG_DEVEL
76 select FWRT_COMPILE_OPENSSH
77 select FWRT_PACKAGE_LIBOPENSSL
78 select FWRT_PACKAGE_ZLIB
79 help
80 OpenSSH is a FREE version of the SSH protocol suite of network
81 connectivity tools that increasing numbers of people on the Internet
82 are coming to rely on. Many users of telnet, rlogin, ftp, and other
83 such programs might not realize that their password is transmitted
84 across the Internet unencrypted, but it is. OpenSSH encrypts all
85 traffic (including passwords) to effectively eliminate eavesdropping,
86 connection hijacking, and other network-level attacks. Additionally,
87 OpenSSH provides a myriad of secure tunneling capabilities, as well
88 as a variety of authentication methods.
89
90 http://www.openssh.com/
91
92 Depends: openssl
93
94
95config FWRT_PACKAGE_OPENSSH_SFTP_SERVER
96 prompt "openssh-sftp-server............... OpenSSH SFTP server"
97 tristate
98 default m if CONFIG_DEVEL
99 select FWRT_COMPILE_OPENSSH
100 select FWRT_PACKAGE_LIBOPENSSL
101 select FWRT_PACKAGE_ZLIB
102 help
103 OpenSSH is a FREE version of the SSH protocol suite of network
104 connectivity tools that increasing numbers of people on the Internet
105 are coming to rely on. Many users of telnet, rlogin, ftp, and other
106 such programs might not realize that their password is transmitted
107 across the Internet unencrypted, but it is. OpenSSH encrypts all
108 traffic (including passwords) to effectively eliminate eavesdropping,
109 connection hijacking, and other network-level attacks. Additionally,
110 OpenSSH provides a myriad of secure tunneling capabilities, as well
111 as a variety of authentication methods.
112
113 http://www.openssh.com/
114
115 Depends: openssl
116
117endmenu
Note: See TracBrowser for help on using the repository browser.