X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d4054eb855ca0d8ba424549c7d31637e9edef073..3005042d932a79abbbc8ac6a76a2c899675b80dd:/openwrt/package/libdb/Config.in?ds=sidebyside diff --git a/openwrt/package/libdb/Config.in b/openwrt/package/libdb/Config.in index 5b0f51b07..5871032a8 100644 --- a/openwrt/package/libdb/Config.in +++ b/openwrt/package/libdb/Config.in @@ -1,7 +1,15 @@ +config BR2_COMPILE_DB + tristate + 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 +