summaryrefslogtreecommitdiffstats
path: root/package/database
Commit message (Collapse)AuthorAgeFilesLines
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-302-2/+2
| | | | Package configs should start with BR2_PACKAGE_.
* readline: remove BR2_PACKAGE_READLINE_TARGET configuration optionPeter Korsgaard2009-01-301-1/+1
| | | | | Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead.
* mysql-client: remove test / benchmark stuff from target (saves ~70MB)Peter Korsgaard2009-01-291-0/+4
|
* sqlite: bump versionPeter Korsgaard2009-01-291-1/+1
| | | | Fixes several database corruption bugs
* mysql_client: fix deps and clean up configure argsPeter Korsgaard2009-01-262-5/+8
| | | | mysql client needs ncurses, readline and C++
* package/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-1/+1
|
* package/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* package: Kconfig: use menu instead of menuconfig for sub menusPeter Korsgaard2008-11-141-6/+2
| | | | | As discussed on the list - These things should normally not be (un)selectable.
* sqlite: bump versionPeter Korsgaard2008-10-211-1/+1
|
* mysql_client: fix pathsPeter Korsgaard2008-09-071-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* sqlite: bump versionPeter Korsgaard2008-09-051-1/+1
|
* sqlite: bump versionPeter Korsgaard2008-08-211-1/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-172-2/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* sqlite: fix target install and cleanPeter Korsgaard2008-07-171-2/+4
| | | | | | - 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
* sqlite: move under database submenuPeter Korsgaard2008-07-083-0/+89
|
* Fix my own broken mistakesArnar Mar Sigurðsson2008-06-011-1/+3
|
* Change to menuconfig and make it right.Arnar Mar Sigurðsson2008-06-011-3/+3
|
* Cosmetic fixesArnar Mar Sigurðsson2008-06-012-2/+2
|
* Added database menu to config (maybe move the other databases under it to ↵Arnar Mar Sigurðsson2008-06-014-0/+41
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.