reorganize/rationalize/format package menuconfig, make updatedd modular
[openwrt/openwrt.git] / openwrt / package / libdb / Config.in
index 5b0f51b07b05b25e618e70ac313ed9dcd6d562ca..2a7b771258ab00b9da82ea303d5716f5a836de74 100644 (file)
@@ -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
+