php-ssh2: new package

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gustavo Zacarias
2014-01-28 18:26:30 -03:00
committed by Peter Korsgaard
parent 534039b329
commit 555120da7c
3 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_PHP_SSH2
bool "php-ssh2"
depends on BR2_PACKAGE_PHP
select BR2_PACKAGE_LIBSSH2
help
PHP bindings for the libssh2 library.
http://pecl.php.net/package/ssh2