Buildroot 2018-11 (#258)
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
This commit is contained in:
@@ -16,7 +16,8 @@ choice
|
||||
|
||||
config BR2_PACKAGE_MARIADB
|
||||
bool "mariadb"
|
||||
depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
|
||||
select BR2_PACKAGE_LIBAIO
|
||||
select BR2_PACKAGE_LIBXML2
|
||||
select BR2_PACKAGE_NCURSES
|
||||
@@ -30,6 +31,10 @@ config BR2_PACKAGE_MARIADB
|
||||
|
||||
http://www.mariadb.org/
|
||||
|
||||
comment "mariadb needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
depends on BR2_TOOLCHAIN_HAS_ATOMIC || BR2_TOOLCHAIN_HAS_SYNC_8
|
||||
|
||||
config BR2_PACKAGE_ORACLE_MYSQL
|
||||
bool "oracle mysql"
|
||||
select BR2_PACKAGE_NCURSES
|
||||
@@ -49,6 +54,12 @@ config BR2_PACKAGE_MARIADB_SERVER
|
||||
help
|
||||
Install the mariadb server on the target.
|
||||
|
||||
config BR2_PACKAGE_MARIADB_SERVER_EMBEDDED
|
||||
bool "mariadb embedded server"
|
||||
depends on BR2_PACKAGE_MARIADB_SERVER
|
||||
help
|
||||
Install the mariadb embedded server on the target.
|
||||
|
||||
endif
|
||||
|
||||
if BR2_PACKAGE_ORACLE_MYSQL
|
||||
|
||||
Reference in New Issue
Block a user