summaryrefslogtreecommitdiff
path: root/package/database/mysql_client/Config.in
AgeCommit message (Collapse)Author
2009-01-30readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/Peter Korsgaard
Package configs should start with BR2_PACKAGE_.
2009-01-26mysql_client: fix deps and clean up configure argsPeter Korsgaard
mysql client needs ncurses, readline and C++
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
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.