disable dropbear zlib support and split off dropbearconvert to save flash space
[openwrt-10.03/.git] / package / dropbear / Config.in
1 config BR2_PACKAGE_DROPBEAR
2         prompt "dropbear.......................... Small SSH 2 client/server"
3         tristate
4         default y
5         help
6           A small SSH 2 server/client designed for small memory environments.
7           
8           http://matt.ucc.asn.au/dropbear/
9
10 config BR2_PACKAGE_DBCONVERT
11         prompt "dropbearconvert................... Utility for converting SSH keys"
12         tristate
13         default m if CONFIG_DEVEL
14         depends BR2_PACKAGE_DROPBEAR