diff options
Diffstat (limited to 'openwrt/package/openssh/Config.in')
-rw-r--r-- | openwrt/package/openssh/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/openssh/Config.in b/openwrt/package/openssh/Config.in new file mode 100644 index 000000000..69068e847 --- /dev/null +++ b/openwrt/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 |