mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-03-01 14:02:12 +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
|