diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-07 07:04:44 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-07 07:04:44 +0000 |
commit | 14d0f66cd28d2535a4c472f9df8c75acdc99f08a (patch) | |
tree | 48a19e3842fd69e920ba6ad1e53b2b6cb784f072 /openwrt/package/openssh/Config.in | |
parent | 845d7ab06091e2a604273230a384008c45700ddb (diff) |
add openssh package, sshd does not work. why?
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1165 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |