summaryrefslogtreecommitdiff
path: root/package/openssh/Config.in
blob: 78cc615c0351ae50daf39cb42f215a38846f43ab (plain)
1
2
3
4
5
6
7
8
9
10
config BR2_PACKAGE_OPENSSH
	bool "openssh"
	depends on BR2_USE_MMU # fork()
	select BR2_PACKAGE_OPENSSL
	select BR2_PACKAGE_ZLIB
	help
	  A free version of the SSH protocol suite of network connectivity
	  tools.  The standard 'ssh', 'sshd', 'scp', and friends.

	  http://www.openssh.com/