blob: 07c42ee5b1a449e9d39d1be9cd65a20a9a3f2787 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
config BR2_PACKAGE_PERL_NET_SSH2
bool "perl-net-ssh2"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_LIBSSH2
help
Support for the SSH 2 protocol via libssh2.
https://metacpan.org/release/Net-SSH2
comment "perl-net-ssh2 needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
|