Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sqlite: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | 2009-03-03 | 2 | -73/+41 |
| | | | | | | Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139. | ||||
* | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | 2009-01-30 | 2 | -2/+2 |
| | | | | Package configs should start with BR2_PACKAGE_. | ||||
* | readline: remove BR2_PACKAGE_READLINE_TARGET configuration option | Peter Korsgaard | 2009-01-30 | 1 | -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 Korsgaard | 2009-01-29 | 1 | -0/+4 |
| | |||||
* | sqlite: bump version | Peter Korsgaard | 2009-01-29 | 1 | -1/+1 |
| | | | | Fixes several database corruption bugs | ||||
* | mysql_client: fix deps and clean up configure args | Peter Korsgaard | 2009-01-26 | 2 | -5/+8 |
| | | | | mysql client needs ncurses, readline and C++ | ||||
* | package/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | package: Kconfig: use menu instead of menuconfig for sub menus | Peter Korsgaard | 2008-11-14 | 1 | -6/+2 |
| | | | | | As discussed on the list - These things should normally not be (un)selectable. | ||||
* | sqlite: bump version | Peter Korsgaard | 2008-10-21 | 1 | -1/+1 |
| | |||||
* | mysql_client: fix paths | Peter Korsgaard | 2008-09-07 | 1 | -1/+1 |
| | | | | Patch by Markus Heidelberg <markus.heidelberg@web.de> | ||||
* | sqlite: bump version | Peter Korsgaard | 2008-09-05 | 1 | -1/+1 |
| | |||||
* | sqlite: bump version | Peter Korsgaard | 2008-08-21 | 1 | -1/+1 |
| | |||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 2 | -2/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | sqlite: fix target install and clean | Peter Korsgaard | 2008-07-17 | 1 | -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 submenu | Peter Korsgaard | 2008-07-08 | 3 | -0/+89 |
| | |||||
* | Fix my own broken mistakes | Arnar Mar Sigurðsson | 2008-06-01 | 1 | -1/+3 |
| | |||||
* | Change to menuconfig and make it right. | Arnar Mar Sigurðsson | 2008-06-01 | 1 | -3/+3 |
| | |||||
* | Cosmetic fixes | Arnar Mar Sigurðsson | 2008-06-01 | 2 | -2/+2 |
| | |||||
* | Added database menu to config (maybe move the other databases under it to ↵ | Arnar Mar Sigurðsson | 2008-06-01 | 4 | -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. |