diff options
Diffstat (limited to 'openwrt/package/dropbear/Config.in')
-rw-r--r-- | openwrt/package/dropbear/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/dropbear/Config.in b/openwrt/package/dropbear/Config.in new file mode 100644 index 0000000000..b82464586d --- /dev/null +++ b/openwrt/package/dropbear/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_DROPBEAR + tristate "SSH Server/Client" + default y + select BR2_PACKAGE_ZLIB + help + dropbear + + A small SSH 2 server/client designed for small memory environments. + + http://matt.ucc.asn.au/dropbear/ |