add openssh package, sshd does not work. why?
[openwrt.git] / openwrt / package / openssh / Config.in
diff --git a/openwrt/package/openssh/Config.in b/openwrt/package/openssh/Config.in
new file mode 100644 (file)
index 0000000..69068e8
--- /dev/null
@@ -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