summaryrefslogtreecommitdiff
path: root/package/openssh/Config.in
blob: 75911402ae3f73874187c73f3516368b1a831969 (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/