diff options
| author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-02-14 10:23:06 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-14 17:43:11 +0100 |
| commit | 9863553fe8fa16a4d19f652b409a44bb58ef5567 (patch) | |
| tree | 5d7380f5b60d44d07504f445b8283c654a377d9c /package/php/Config.ext | |
| parent | 188c0a3168e1670069556c42c3130f006f5b062d (diff) | |
| download | buildroot-9863553fe8fa16a4d19f652b409a44bb58ef5567.tar.gz buildroot-9863553fe8fa16a4d19f652b409a44bb58ef5567.zip | |
packages: all salute the passing of avr32
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/Config.ext')
| -rw-r--r-- | package/php/Config.ext | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext index 2b1e6150ab..daf16c7168 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -106,7 +106,6 @@ config BR2_PACKAGE_PHP_EXT_MYSQL depends on BR2_INSTALL_LIBSTDCPP depends on BR2_USE_MMU # mysql depends on BR2_TOOLCHAIN_HAS_THREADS # mysql - depends on !BR2_avr32 # mysql select BR2_PACKAGE_MYSQL help MySQL support @@ -116,7 +115,6 @@ config BR2_PACKAGE_PHP_EXT_MYSQLI depends on BR2_INSTALL_LIBSTDCPP depends on BR2_USE_MMU # mysql depends on BR2_TOOLCHAIN_HAS_THREADS # mysql - depends on !BR2_avr32 # mysql select BR2_PACKAGE_MYSQL select BR2_PACKAGE_PHP_EXT_MYSQL help @@ -134,7 +132,6 @@ config BR2_PACKAGE_PHP_EXT_PDO_MYSQL depends on BR2_INSTALL_LIBSTDCPP depends on BR2_USE_MMU # mysql depends on BR2_TOOLCHAIN_HAS_THREADS # mysql - depends on !BR2_avr32 # mysql select BR2_PACKAGE_MYSQL help PDO driver for MySQL @@ -142,7 +139,6 @@ config BR2_PACKAGE_PHP_EXT_PDO_MYSQL comment "MySQL drivers need a toolchain w/ C++, threads" depends on BR2_USE_MMU depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS - depends on !BR2_avr32 config BR2_PACKAGE_PHP_EXT_PDO_POSTGRESQL bool "PostgreSQL" |

