let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / libdb / Config.in
1 config BR2_COMPILE_DB
2         tristate
3         default n
4         depends BR2_PACKAGE_LIBDB
5
6 config BR2_PACKAGE_LIBDB
7         prompt "libdb............................. Berkeley DB"
8         tristate
9         default m if CONFIG_DEVEL
10         select BR2_COMPILE_DB
11         help
12           disk file format database which stores key/data-pairs in single files.  
13           
14           http://www.sleepycat.com/products/db.shtml
15