From d1e86b499a00b9183c83caa667697b39c68641a0 Mon Sep 17 00:00:00 2001 From: wbx Date: Tue, 7 Jun 2005 07:04:44 +0000 Subject: add openssh package, sshd does not work. why? git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1165 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/openssh/Config.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/openssh/Config.in (limited to 'package/openssh/Config.in') 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 -- cgit v1.2.3