summaryrefslogtreecommitdiff
path: root/package/database
AgeCommit message (Collapse)Author
2009-03-03sqlite: bump version and convert to Makefile.autotools.in formatPeter Korsgaard
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139.
2009-01-30readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard
Package configs should start with BR2_PACKAGE_.
2009-01-30readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard
Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
2009-01-29mysql-client: remove test / benchmark stuff from target (saves ~70MB)Peter Korsgaard
2009-01-29sqlite: bump versionPeter Korsgaard
Fixes several database corruption bugs
2009-01-26mysql_client: fix deps and clean up configure argsPeter Korsgaard
mysql client needs ncurses, readline and C++
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-14package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard
As discussed on the list - These things should normally not be (un)selectable.
2008-10-21sqlite: bump versionPeter Korsgaard
2008-09-07mysql_client: fix pathsPeter Korsgaard
Patch by Markus Heidelberg <markus.heidelberg@web.de>
2008-09-05sqlite: bump versionPeter Korsgaard
2008-08-21sqlite: bump versionPeter Korsgaard
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-17sqlite: fix target install and cleanPeter Korsgaard
- install -D isn't a good idea for symlinks as it replaces them with the target files, leading to 3 copies of libsqlite. - clean was missing include and pkgconfig files
2008-07-08sqlite: move under database submenuPeter Korsgaard
2008-06-01Fix my own broken mistakesArnar Mar Sigurðsson
2008-06-01Change to menuconfig and make it right.Arnar Mar Sigurðsson
2008-06-01Cosmetic fixesArnar Mar Sigurðsson
2008-06-01Added database menu to config (maybe move the other databases under it to ↵Arnar Mar Sigurðsson
remove the mess from the main package menu) Added mysql 5.1 client package, can be used to provide mysql support for PHP. Note: This package has only been tested on AVR32.