diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2016-05-23 15:51:35 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-05-31 21:32:20 +0200 |
commit | 08af64d6a5e7d6b37c954335e2b4c7e96e2e3647 (patch) | |
tree | 1d5a57ddaf93ef711d4ef280433327770927506e /package/php-ssh2/Config.in | |
parent | 96ad5fa0529b03f8a2aba0c7ec0d61fe2c8f3d18 (diff) | |
download | buildroot-08af64d6a5e7d6b37c954335e2b4c7e96e2e3647.tar.gz buildroot-08af64d6a5e7d6b37c954335e2b4c7e96e2e3647.zip |
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 <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php-ssh2/Config.in')
-rw-r--r-- | package/php-ssh2/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 |