Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-17 | sqlite: bump version | Peter Korsgaard | |
Closes #277. | |||
2009-04-09 | sqlite: bump version | Peter Korsgaard | |
Fixes database corruption with rollback http://www.sqlite.org/releaselog/3_6_12.html | |||
2009-03-03 | sqlite: bump version and convert to Makefile.autotools.in format | Peter Korsgaard | |
Patch by Gustavo Zacarias <gustavo@zacarias.com.ar> Closes #139. | |||
2009-01-30 | readline: s/BR2_READLINE/BR2_PACKAGE_READLINE/ | Peter Korsgaard | |
Package configs should start with BR2_PACKAGE_. | |||
2009-01-30 | readline: remove BR2_PACKAGE_READLINE_TARGET configuration option | Peter Korsgaard | |
Other packages don't have this, and several packages are depending on readline where they actually want readline-target instead. | |||
2009-01-29 | mysql-client: remove test / benchmark stuff from target (saves ~70MB) | Peter Korsgaard | |
2009-01-29 | sqlite: bump version | Peter Korsgaard | |
Fixes several database corruption bugs | |||
2009-01-26 | mysql_client: fix deps and clean up configure args | Peter Korsgaard | |
mysql client needs ncurses, readline and C++ | |||
2009-01-16 | package/: convert to DOWNLOAD helper | Peter Korsgaard | |
2008-12-08 | package/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-11-14 | package: Kconfig: use menu instead of menuconfig for sub menus | Peter Korsgaard | |
As discussed on the list - These things should normally not be (un)selectable. | |||
2008-10-21 | sqlite: bump version | Peter Korsgaard | |
2008-09-07 | mysql_client: fix paths | Peter Korsgaard | |
Patch by Markus Heidelberg <markus.heidelberg@web.de> | |||
2008-09-05 | sqlite: bump version | Peter Korsgaard | |
2008-08-21 | sqlite: bump version | Peter Korsgaard | |
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2008-07-17 | sqlite: fix target install and clean | Peter 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-08 | sqlite: move under database submenu | Peter Korsgaard | |
2008-06-01 | Fix my own broken mistakes | Arnar Mar Sigurðsson | |
2008-06-01 | Change to menuconfig and make it right. | Arnar Mar Sigurðsson | |
2008-06-01 | Cosmetic fixes | Arnar Mar Sigurðsson | |
2008-06-01 | Added 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. |