mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-03 13:11:07 -09:00
8 lines
140 B
Plaintext
8 lines
140 B
Plaintext
menuconfig BR2_DATABASE_SUPPORT
|
|
bool "Database"
|
|
default y
|
|
|
|
if BR2_DATABASE_SUPPORT
|
|
source "package/database/mysql_client/Config.in"
|
|
endif
|