blob: 69522fdba1e67d3870d3113b4477b35c88f3605a (
plain)
1
2
3
4
5
6
7
8
|
config BR2_PACKAGE_DROPBEAR_SSHD
bool "dropbear_sshd"
select BR2_PACKAGE_ZLIB
default n
help
A small SSH 2 server designed for small memory environments.
http://matt.ucc.asn.au/dropbear/
|