mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-06 03:57:11 +02:00
d1e86b499a
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1165 3c298f89-4303-0410-b956-a3cf2f4a3e73
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
|