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