summaryrefslogtreecommitdiffstats
path: root/package/database/mysql_client
Commit message (Collapse)AuthorAgeFilesLines
* package: Remove unnecessary dependencies on uclibc.Will Newton2009-09-031-1/+1
| | | | | | | | A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard2009-01-301-1/+1
| | | | Package configs should start with BR2_PACKAGE_.
* mysql-client: remove test / benchmark stuff from target (saves ~70MB)Peter Korsgaard2009-01-291-0/+4
|
* mysql_client: fix deps and clean up configure argsPeter Korsgaard2009-01-262-5/+8
| | | | mysql client needs ncurses, readline and C++
* mysql_client: fix pathsPeter Korsgaard2008-09-071-1/+1
| | | | Patch by Markus Heidelberg <markus.heidelberg@web.de>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Cosmetic fixesArnar Mar Sigurðsson2008-06-011-1/+1
|
* Added database menu to config (maybe move the other databases under it to ↵Arnar Mar Sigurðsson2008-06-012-0/+35
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.