summaryrefslogtreecommitdiff
path: root/target/x86
AgeCommit message (Collapse)Author
2006-11-29- honor uclibc's notion of LFS supportBernhard Reutner-Fischer
2006-11-29- fix typo in grub-cleanBernhard Reutner-Fischer
2006-11-28- look at target variants when determining if syslinux is supported or not.Bernhard Reutner-Fischer
Closes #637
2006-11-22- bump versionBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2006-11-17- also allow grub for x86_64Bernhard Reutner-Fischer
- bump version
2006-11-14bring up to version 3.31Eric Andersen
2006-10-01- use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer
not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-03-18- add optional splashimage supportBernhard Reutner-Fischer
2006-03-10- update from grub_0.95+cvs20040624 to 0.97.Bernhard Reutner-Fischer
The former didn't even build for me, the latter does.
2006-01-20fixed includes for arch sub-dirsDavid Anders
2005-09-09touchup target menu displayMike Frysinger
2005-06-23Add support for building a few commonly used bootloadersEric Andersen