diff options
Diffstat (limited to 'package/openssh/Config.in')
-rw-r--r-- | package/openssh/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openssh/Config.in b/package/openssh/Config.in new file mode 100644 index 0000000000..69068e8478 --- /dev/null +++ b/package/openssh/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_OPENSSH + tristate "OpenSSH" + default m if CONFIG_DEVEL + select BR2_PACKAGE_OPENSSL + help + Popular SSH server and client + + http://www.openssh.com/ + + Depends: openssl |