diff options
Diffstat (limited to 'openwrt/package/libdb/Config.in')
-rw-r--r-- | openwrt/package/libdb/Config.in | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/openwrt/package/libdb/Config.in b/openwrt/package/libdb/Config.in index 5b0f51b07b..2a7b771258 100644 --- a/openwrt/package/libdb/Config.in +++ b/openwrt/package/libdb/Config.in @@ -1,7 +1,15 @@ +config BR2_COMPILE_DB + bool + default n + depends BR2_PACKAGE_LIBDB + config BR2_PACKAGE_LIBDB - tristate "libdb - Berkeley DB" + 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. + disk file format database which stores key/data-pairs in single files. http://www.sleepycat.com/products/db.shtml + |