Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-22 | patch: needs toolchain with wchar | Gustavo Zacarias | |
* Patch needs a toolchain with WCHAR support * Use real upstream gnu mirror Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | |||
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. | |||
2004-12-26 | more help updates from Tom Cameron | Mike Frysinger | |
2004-10-09 | final step in buildroot facelift | Eric Andersen | |