summaryrefslogtreecommitdiff
path: root/package/database
AgeCommit message (Collapse)Author
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.