summaryrefslogtreecommitdiff
path: root/package/mysql
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2014-06-01 09:56:58 -0300
committerPeter Korsgaard <peter@korsgaard.com>2014-06-01 21:51:17 +0200
commit2bdc60c6b77f825d4e28526b858823db7f6b99ea (patch)
treee69c0964fffd2da7cfb46c3ad1371358b081ee26 /package/mysql
parent990a46fdec6a6b7f6fc342371a09f0a7f846647b (diff)
mysql: disable for AVR32
The compiler can't even build it, fixes: http://autobuild.buildroot.net/results/b5c/b5c3893accc777d717e1d70283437aa626f0aa2d/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mysql')
-rw-r--r--package/mysql/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/mysql/Config.in b/package/mysql/Config.in
index 7133892bb..9c5d6ed0d 100644
--- a/package/mysql/Config.in
+++ b/package/mysql/Config.in
@@ -3,6 +3,8 @@ config BR2_PACKAGE_MYSQL
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HAS_THREADS
+ # Toolchain is not up to the task
+ depends on !BR2_avr32
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_READLINE
help