Peter Korsgaard
|
02a623ddf9
|
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
sed -i 's/ \+$//' $i;
done
|
2008-08-04 19:07:05 +00:00 |
|
Peter Korsgaard
|
4683420c4c
|
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
|
2008-07-17 20:01:44 +00:00 |
|
Bernhard Reutner-Fischer
|
6aed4941f4
|
- strip a handful of enable
|
2007-01-29 22:12:53 +00:00 |
|
Bernhard Reutner-Fischer
|
d00d04413c
|
- added diskless/net support and new patches, mainly network drivers.
Closes #721. Thanks, janlana
|
2007-01-29 18:34:37 +00:00 |
|
Bernhard Reutner-Fischer
|
bffe93141b
|
- also allow grub for x86_64
- bump version
|
2006-11-17 11:47:04 +00:00 |
|
Bernhard Reutner-Fischer
|
ee161b3eb9
|
- add optional splashimage support
|
2006-03-18 13:07:29 +00:00 |
|
Mike Frysinger
|
2e31d32a0c
|
touchup target menu display
|
2005-09-09 00:12:13 +00:00 |
|
Eric Andersen
|
d7d57699ef
|
Add support for building a few commonly used bootloaders
|
2005-06-23 05:09:05 +00:00 |
|