Config.in 282 B

12345678910
  1. config BR2_PACKAGE_PHP_SSH2
  2. bool "php-ssh2"
  3. depends on BR2_PACKAGE_PHP
  4. select BR2_PACKAGE_LIBSSH2
  5. # Triggers the _gp link issue (libssh2)
  6. depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
  7. help
  8. PHP bindings for the libssh2 library.
  9. http://pecl.php.net/package/ssh2