aboutsummaryrefslogtreecommitdiffstats
path: root/openwrt/package/libdb/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/package/libdb/Config.in')
-rw-r--r--openwrt/package/libdb/Config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/openwrt/package/libdb/Config.in b/openwrt/package/libdb/Config.in
deleted file mode 100644
index 5871032a8a..0000000000
--- a/openwrt/package/libdb/Config.in
+++ /dev/null
@@ -1,15 +0,0 @@
-config BR2_COMPILE_DB
- tristate
- default n
- depends BR2_PACKAGE_LIBDB
-
-config BR2_PACKAGE_LIBDB
- 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.
-
- http://www.sleepycat.com/products/db.shtml
-