The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / berkeleydb / Config.in
1 config BR2_PACKAGE_BERKELEYDB
2         bool "berkeleydb"
3         help
4           The Berkeley database. A very common library for database
5           applications.
6
7           http://www.sleepycat.com/products/db.shtml
8
9 if BR2_PACKAGE_BERKELEYDB
10
11 config BR2_PACKAGE_BERKELEYDB_COMPAT185
12         bool "DB 1.85 compatibility"
13         help
14           Build and install DB 1.85 compatibility API.
15
16 config BR2_PACKAGE_BERKELEYDB_TOOLS
17         bool "install tools"
18         help
19           Install berkeleydb tools, mostly useful for debugging purposes.
20
21 endif