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-04-19 | * This fix is included upstream as from 0.0.8 | Nigel Kukard | |
2008-04-17 | * Updated bootutils to new release | Nigel Kukard | |
2008-04-17 | * Convert bootutils to autotools | Nigel Kukard | |
2008-04-08 | * Fixed bootutils url to point to projects website and not project page on ↵ | Nigel Kukard | |
freshmeat | |||
2008-04-08 | * Added bootutils | Nigel Kukard | |