Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 1 | -1/+1 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -1/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | - minor tweak to naming of microperl module list in the config | Bernhard Reutner-Fischer | 2007-02-04 | 1 | -1/+1 |
| | |||||
* | - add config option to specify modules to be copied to the target. | Bernhard Reutner-Fischer | 2006-12-15 | 1 | -0/+10 |
| | |||||
* | Patch from ralphs adding microperl, per | Eric Andersen | 2005-02-25 | 1 | -0/+5 |
http://bugs.uclibc.org/view.php?id=123 |