blob: 2a7b771258ab00b9da82ea303d5716f5a836de74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_COMPILE_DB
bool
default n
depends BR2_PACKAGE_LIBDB
config BR2_PACKAGE_LIBDB
prompt "libdb............................. Berkeley DB"
tristate
default m if CONFIG_DEVEL
select BR2_COMPILE_DB
help
disk file format database which stores key/data-pairs in single files.
http://www.sleepycat.com/products/db.shtml
|