tag rc6
[openwrt/svn-archive/openwrt.git] / package / dropbear / Config.in
diff --git a/package/dropbear/Config.in b/package/dropbear/Config.in
new file mode 100644 (file)
index 0000000..4126e0b
--- /dev/null
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_DROPBEAR
+       tristate "dropbear - Small SSH 2 client/server"
+       default y
+       help
+         A small SSH 2 server/client designed for small memory environments.
+         
+         http://matt.ucc.asn.au/dropbear/
+         
+config BR2_PACKAGE_DBCONVERT
+       tristate "dropbearconvert - utility for converting SSH keys"
+       default m if CONFIG_DEVEL
+       depends BR2_PACKAGE_DROPBEAR
+