diff options
Diffstat (limited to 'package/berkeleydb/Config.in')
-rw-r--r-- | package/berkeleydb/Config.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/package/berkeleydb/Config.in b/package/berkeleydb/Config.in index a597abbe8a..ff1e386877 100644 --- a/package/berkeleydb/Config.in +++ b/package/berkeleydb/Config.in @@ -6,8 +6,16 @@ config BR2_PACKAGE_BERKELEYDB http://www.sleepycat.com/products/db.shtml +if BR2_PACKAGE_BERKELEYDB + +config BR2_PACKAGE_BERKELEYDB_COMPAT185 + bool "DB 1.85 compatibility" + help + Build and install DB 1.85 compatibility API. + config BR2_PACKAGE_BERKELEYDB_TOOLS bool "install tools" - depends on BR2_PACKAGE_BERKELEYDB help Install berkeleydb tools, mostly useful for debugging purposes. + +endif |