Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 2 | -3/+3 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 4 | -4/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -1/+1 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | packages: fix pkgconfig depencies and select pkgconfig where needed | Peter Korsgaard | 2008-06-14 | 2 | -1/+2 |
| | |||||
* | package/editors: fix patch-kernel.sh arguments | Peter Korsgaard | 2008-04-03 | 2 | -2/+2 |
| | |||||
* | nano: fix install location | Peter Korsgaard | 2008-03-26 | 1 | -1/+1 |
| | | | | Fix typo in install location. Reported by Simon Pasch. | ||||
* | buildroot: use BR2_KERNEL_MIRROR everywhere | Peter Korsgaard | 2008-03-11 | 1 | -1/+1 |
| | | | | Based on patch by Nigel Kukard. | ||||
* | nano: install to /usr/bin | Peter Korsgaard | 2008-03-07 | 1 | -1/+1 |
| | |||||
* | vim: config names should be lower case | Peter Korsgaard | 2008-03-07 | 1 | -2/+2 |
| | |||||
* | buildroot: move editors under package/editors and merge menus | Peter Korsgaard | 2008-03-07 | 9 | -3/+251 |
| | | | | Based on patch by Arnar Mar Sig. | ||||
* | added vim and editors directory | John Voltz | 2008-03-06 | 6 | -0/+19616 |