tag rc6
[openwrt/svn-archive/openwrt.git] / package / dropbear / Config.in
1 config BR2_PACKAGE_DROPBEAR
2 tristate "dropbear - Small SSH 2 client/server"
3 default y
4 help
5 A small SSH 2 server/client designed for small memory environments.
6
7 http://matt.ucc.asn.au/dropbear/
8
9 config BR2_PACKAGE_DBCONVERT
10 tristate "dropbearconvert - utility for converting SSH keys"
11 default m if CONFIG_DEVEL
12 depends BR2_PACKAGE_DROPBEAR
13