Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-29 | games: Move all games into games subdir | Daniel Laird | |
Moved all games into a subdir called games and then updated makefiles as necessary. If not one objects to this one then I will probably do the same for audio next. Daniel Laird | |||
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-03-26 | Applied patch from Nathanael D. Noblet <nathanael@gnat.ca> to fix | Hamish Moffatt | |
broken GNU download paths. Also fix gnuchess, xboard and classpath packages to use $(BR2_GNU_MIRROR) rather than hardcoded urls. | |||
2008-03-06 | added gnuchess | John Voltz | |