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-02-04 | - minor tweak to naming of microperl module list in the config | Bernhard Reutner-Fischer | |
2006-12-15 | - add config option to specify modules to be copied to the target. | Bernhard Reutner-Fischer | |
2005-02-25 | Patch from ralphs adding microperl, per | Eric Andersen | |
http://bugs.uclibc.org/view.php?id=123 |