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 | -10/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Added configuration item to control whether development headers and ↵ | Hamish Moffatt | 2008-02-06 | 1 | -0/+8 |
| | | | | | | libraries are installed on the target Removed some additional files if optional modules are disabled | ||||
* | enhancements for the python package, patch by Hamish Moffatt | Ivan Kuten | 2008-01-17 | 1 | -0/+93 |
| | |||||
* | help text | Mike Frysinger | 2004-10-14 | 1 | -4/+3 |
| | |||||
* | final step in buildroot facelift | Eric Andersen | 2004-10-09 | 1 | -0/+8 |