summaryrefslogtreecommitdiffstats
path: root/package/openssh/Config.in
diff options
context:
space:
mode:
authorwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-07 07:04:44 +0000
committerwbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-07 07:04:44 +0000
commitd1e86b499a00b9183c83caa667697b39c68641a0 (patch)
tree64fe4a171a5c96c0e6a401b113911695772681a2 /package/openssh/Config.in
parent4522cad486daa0f0e87da291885d9d970ebd8f1e (diff)
add openssh package, sshd does not work. why?
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1165 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssh/Config.in')
-rw-r--r--package/openssh/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openssh/Config.in b/package/openssh/Config.in
new file mode 100644
index 000000000..69068e847
--- /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