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. | |||
2007-10-05 | - fix some whitespace damage.. | Bernhard Reutner-Fischer | |
- add COPYTO settings for cpio and tar and remove that ugly hardcoded DATE from that was added by Ulf | |||
2007-08-11 | Allow compression of cpio targets | Ulf Samuelsson | |
2007-05-03 | s/FAKEROUTE/FAKEROOT/ | Peter Korsgaard | |
2007-04-06 | - make sure to download fakeroot if needed | Bernhard Reutner-Fischer | |
2006-11-22 | - add a simple cpio target, to be used with an initramfs. | Bernhard Reutner-Fischer | |
Thanks to Goetz Bock |