The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / mysql / Config.in
1 config BR2_PACKAGE_MYSQL
2         bool "MySQL"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_USE_MMU # fork()
5         depends on BR2_TOOLCHAIN_HAS_THREADS
6         select BR2_PACKAGE_NCURSES
7         select BR2_PACKAGE_READLINE
8         help
9           The MySQL Open Source Database System
10
11           http://www.mysql.com/
12
13 if BR2_PACKAGE_MYSQL
14
15 config BR2_PACKAGE_MYSQL_SERVER
16         bool "MySQL server"
17         help
18           Install the MySQL server on the target.
19
20 endif
21
22 comment "MySQL needs a toolchain w/ C++, threads"
23         depends on BR2_USE_MMU
24         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS