From fd342b1ada887fea48427351a343f42562e04e8b Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Sat, 5 Nov 2005 02:16:36 +0000 Subject: reorganize/rationalize/format package menuconfig, make updatedd modular SVN-Revision: 2333 --- openwrt/package/libdb/Config.in | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'openwrt/package/libdb') diff --git a/openwrt/package/libdb/Config.in b/openwrt/package/libdb/Config.in index 5b0f51b..2a7b771 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 + -- cgit v1.1