mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-26 20:42:11 +00: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
|