summaryrefslogtreecommitdiffstats
path: root/package/mysql/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/mysql/Config.in')
-rw-r--r--package/mysql/Config.in9
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
OpenPOWER on IntegriCloud