summaryrefslogtreecommitdiffstats
path: root/package/bootutils
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-3/+3
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* * This fix is included upstream as from 0.0.8Nigel Kukard2008-04-191-12/+0
|
* * Updated bootutils to new releaseNigel Kukard2008-04-171-1/+1
|
* * Convert bootutils to autotoolsNigel Kukard2008-04-171-56/+5
|
* * Fixed bootutils url to point to projects website and not project page on ↵Nigel Kukard2008-04-081-1/+1
| | | | freshmeat
* * Added bootutilsNigel Kukard2008-04-083-0/+89