2014-01-28 22:26:30 +01:00
|
|
|
config BR2_PACKAGE_PHP_SSH2
|
|
|
|
bool "php-ssh2"
|
|
|
|
depends on BR2_PACKAGE_PHP
|
|
|
|
select BR2_PACKAGE_LIBSSH2
|
2015-11-11 15:35:29 +01:00
|
|
|
# Triggers the _gp link issue (libssh2)
|
2015-11-21 17:36:16 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|
2014-01-28 22:26:30 +01:00
|
|
|
help
|
|
|
|
PHP bindings for the libssh2 library.
|
|
|
|
|
|
|
|
http://pecl.php.net/package/ssh2
|