change bool in BR2_COMPILE_* to tristate to avoid unnecessary package/<foo>-install...
[openwrt.git] / openwrt / package / libgdbm / Config.in
1 config BR2_PACKAGE_LIBGDBM
2 prompt "libgdbm........................... The GNU database manager"
3 tristate
4 default m if CONFIG_DEVEL
5 help
6 disk file format database which stores key/data-pairs in single files.
7
8 http://www.gnu.org
9
This page took 0.039446 seconds and 5 git commands to generate.