02a623ddf9
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
config BR2_PACKAGE_OPENSSH
|
|
bool "openssh"
|
|
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/
|