diff options
Diffstat (limited to 'package/gdbm/Config.in')
-rw-r--r-- | package/gdbm/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/gdbm/Config.in b/package/gdbm/Config.in new file mode 100644 index 000000000..d5aae83c5 --- /dev/null +++ b/package/gdbm/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_GDBM + bool "gdbm" + help + GNU dbm is a set of database routines that use extensible hashing. + It works similar to the standard UNIX dbm routines. + + http://www.gnu.org/software/gdbm/gdbm.html + |