initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
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/
|
||||
|
||||
if BR2_PACKAGE_OPENSSH
|
||||
|
||||
config BR2_PACKAGE_OPENSSH_CLIENT
|
||||
bool "client"
|
||||
default y
|
||||
help
|
||||
Client programs: ssh, scp, sftp, ssh-agent, ssh-add,
|
||||
ssh-copy-id.
|
||||
|
||||
config BR2_PACKAGE_OPENSSH_SERVER
|
||||
bool "server"
|
||||
default y
|
||||
help
|
||||
Server programs: sshd, sftp-server
|
||||
|
||||
config BR2_PACKAGE_OPENSSH_KEY_UTILS
|
||||
bool "key utilities"
|
||||
default y
|
||||
help
|
||||
Key utilities: ssh-keygen, ssh-keyscan.
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user