let ipkg fail when a package file to be installed is not found
[openwrt/staging/wigyori.git] / openwrt / 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