summaryrefslogtreecommitdiff
path: root/target/x86/grub/Config.in
AgeCommit message (Collapse)Author
2010-06-10bootloaders: move bootloader build code to boot/Thomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: 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 enableBernhard 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_64Bernhard Reutner-Fischer
- bump version
2006-03-18- add optional splashimage supportBernhard Reutner-Fischer
2005-09-09touchup target menu displayMike Frysinger
2005-06-23Add support for building a few commonly used bootloadersEric Andersen