blob: 5871032a8a366df4d7ccfebf9614221ffe0f8191 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
config BR2_COMPILE_DB
tristate
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
|