mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 12:02:12 +00:00
9 lines
183 B
Plaintext
9 lines
183 B
Plaintext
menuconfig BR2_DATABASE_SUPPORT
|
|
bool "Database"
|
|
default y
|
|
|
|
if BR2_DATABASE_SUPPORT
|
|
source "package/database/mysql_client/Config.in"
|
|
source "package/database/sqlite/Config.in"
|
|
endif
|