mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 18:39:42 +02:00
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
|
config BR2_PACKAGE_OPENSSH
|
||
|
tristate "OpenSSH"
|
||
|
default m if CONFIG_DEVEL
|
||
|
select BR2_PACKAGE_OPENSSL
|
||
|
help
|
||
|
Popular SSH server and client
|
||
|
|
||
|
http://www.openssh.com/
|
||
|
|
||
|
Depends: openssl
|