X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/d4054eb855ca0d8ba424549c7d31637e9edef073..5c7bb6da895bcff3221c67b416a552c2b107a360:/openwrt/package/libdb/Config.in 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 +