2
1

Config.in 285 B

12345678910
  1. config BR2_PACKAGE_PHP_SSH2
  2. bool "php-ssh2"
  3. depends on BR2_PACKAGE_PHP
  4. depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS \
  5. && !BR2_PACKAGE_OPENSSL # libssh2, libgcrypt
  6. select BR2_PACKAGE_LIBSSH2
  7. help
  8. PHP bindings for the libssh2 library.
  9. http://pecl.php.net/package/ssh2