diff options
author | Marcelo Gutierrez <kuyurix@gmail.com> | 2014-02-12 22:39:33 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-03 23:13:18 +0100 |
commit | f7aa61c6f93981c94bafc4cc98bf7788c5c08a68 (patch) | |
tree | 235b2a45946049230e64b2d4d8114e399af7030d /package/mysql/Config.in | |
parent | 5412b62d196445b3ae842d993571ef7799adbd7a (diff) | |
download | buildroot-f7aa61c6f93981c94bafc4cc98bf7788c5c08a68.tar.gz buildroot-f7aa61c6f93981c94bafc4cc98bf7788c5c08a68.zip |
mysql: add option to build the server
Signed-off-by: Marcelo Gutierrez (UTN/FRH) <kuyurix@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/mysql/Config.in')
-rw-r--r-- | package/mysql/Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/package/mysql/Config.in b/package/mysql/Config.in index 0def95787b..7133892bb7 100644 --- a/package/mysql/Config.in +++ b/package/mysql/Config.in @@ -10,6 +10,15 @@ config BR2_PACKAGE_MYSQL http://www.mysql.com/ +if BR2_PACKAGE_MYSQL + +config BR2_PACKAGE_MYSQL_SERVER + bool "MySQL server" + help + Install the MySQL server on the target. + +endif + comment "MySQL needs a toolchain w/ C++, threads" depends on BR2_USE_MMU depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS |