Config.in 348 B

12345678910111213
  1. config BR2_PACKAGE_BERKELEYDB
  2. bool "berkeleydb"
  3. help
  4. The Berkeley database. A very common library for database
  5. applications.
  6. http://www.sleepycat.com/products/db.shtml
  7. config BR2_PACKAGE_BERKELEYDB_TOOLS
  8. bool "install tools"
  9. depends on BR2_PACKAGE_BERKELEYDB
  10. help
  11. Install berkeleydb tools, mostly useful for debugging purposes.