c785b1b2c4
See the conclusion about external toolchains during the Buildroot meeting [1]: "In the future, we stick to a single external toolchain version. The Kconfig symbol should not encode the version (avoid legacy handling)" [1] http://elinux.org/index.php?title=Buildroot:DeveloperDaysELCE2015#Report Signed-off-by: Romain Naour <romain.naour@openwide.fr> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
11 lines
282 B
Plaintext
11 lines
282 B
Plaintext
config BR2_PACKAGE_PHP_SSH2
|
|
bool "php-ssh2"
|
|
depends on BR2_PACKAGE_PHP
|
|
select BR2_PACKAGE_LIBSSH2
|
|
# Triggers the _gp link issue (libssh2)
|
|
depends on !BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII
|
|
help
|
|
PHP bindings for the libssh2 library.
|
|
|
|
http://pecl.php.net/package/ssh2
|