From 08af64d6a5e7d6b37c954335e2b4c7e96e2e3647 Mon Sep 17 00:00:00 2001 From: Vicente Olivert Riera Date: Mon, 23 May 2016 15:51:35 +0100 Subject: php-ssh2: re add package, now compatible with PHP 7 Related: https://bugs.php.net/bug.php?id=71376 Signed-off-by: Vicente Olivert Riera Signed-off-by: Thomas Petazzoni --- package/php-ssh2/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/php-ssh2/Config.in (limited to 'package/php-ssh2/Config.in') diff --git a/package/php-ssh2/Config.in b/package/php-ssh2/Config.in new file mode 100644 index 0000000000..b457900740 --- /dev/null +++ b/package/php-ssh2/Config.in @@ -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 -- cgit v1.2.3