Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-10 | bootloaders: move bootloader build code to boot/ | Thomas Petazzoni | |
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
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-01-29 | - strip a handful of enable | Bernhard Reutner-Fischer | |
2007-01-29 | - added diskless/net support and new patches, mainly network drivers. | Bernhard Reutner-Fischer | |
Closes #721. Thanks, janlana | |||
2006-11-17 | - also allow grub for x86_64 | Bernhard Reutner-Fischer | |
- bump version | |||
2006-03-18 | - add optional splashimage support | Bernhard Reutner-Fischer | |
2005-09-09 | touchup target menu display | Mike Frysinger | |
2005-06-23 | Add support for building a few commonly used bootloaders | Eric Andersen | |