let ipkg fail when a package file to be installed is not found
[openwrt/svn-archive/archive.git] / openwrt / package / openssh / Config.in
1 menu "openssh........................... A free implementation of the Secure Shell protocol"
2
3 config BR2_COMPILE_OPENSSH
4 tristate
5 default n
6 depends BR2_PACKAGE_OPENSSH_CLIENT || BR2_PACKAGE_OPENSSH_SERVER || BR2_PACKAGE_OPENSSH_SFTP_CLIENT || BR2_PACKAGE_OPENSSH_SFTP_SERVER
7
8 config BR2_PACKAGE_OPENSSH_CLIENT
9 prompt "openssh-client.................... OpenSSH client"
10 tristate
11 default m if CONFIG_DEVEL
12 select BR2_COMPILE_OPENSSH
13 select BR2_PACKAGE_LIBOPENSSL
14 select BR2_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
30 config BR2_PACKAGE_OPENSSH_CLIENT_UTILS
31 prompt "openssh-client-utils............ OpenSSH client utilities"
32 tristate
33 default m if CONFIG_DEVEL
34 depends BR2_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
50 config BR2_PACKAGE_OPENSSH_SERVER
51 prompt "openssh-server.................... OpenSSH server"
52 tristate
53 default m if CONFIG_DEVEL
54 select BR2_COMPILE_OPENSSH
55 select BR2_PACKAGE_LIBOPENSSL
56 select BR2_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
72 config BR2_PACKAGE_OPENSSH_SFTP_CLIENT
73 prompt "openssh-sftp-client............... OpenSSH SFTP client"
74 tristate
75 default m if CONFIG_DEVEL
76 select BR2_COMPILE_OPENSSH
77 select BR2_PACKAGE_LIBOPENSSL
78 select BR2_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
95 config BR2_PACKAGE_OPENSSH_SFTP_SERVER
96 prompt "openssh-sftp-server............... OpenSSH SFTP server"
97 tristate
98 default m if CONFIG_DEVEL
99 select BR2_COMPILE_OPENSSH
100 select BR2_PACKAGE_LIBOPENSSL
101 select BR2_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
117 endmenu