summaryrefslogtreecommitdiff
path: root/target/x86
AgeCommit message (Collapse)Author
2009-10-01buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard
We have been passing -q to ./configure when using 'make -s' for packages using Makefile.autotools.in for some time. Do the same for packages using autotools, but not using the Makefile.autotools.in infrastructure, taking care to not do it for packages with hand written configure scripts. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-23syslinux: update to v3.82Anders Darander
Signed-off-by: Anders Darander <ad@datarespons.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-23rename TOOL_BUILD_DIR to TOOLCHAIN_DIRMichael Roth
To reflect the new output directory hierachy rename the Makefile variable TOOL_BUILD_DIR to TOOLCHAIN_DIR. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-01-31grub: revert r21974 (features.h should never be included explicitly)Peter Korsgaard
features.h (or something including it) is needed for __UCLIBC* to get defined - E.G. without that the build breaks without largefile support. Nigel, what was the reason for your commit and what file not found error did you see?
2009-01-31grub: fix buildPeter Korsgaard
Revert to the -35 debian patch (from stable.debian.net) so the other patches apply, E.G. effectively revert r23968. Someone who actually uses grub should probably look into updating our version.
2009-01-16target/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08target/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-11-08Fix Grub tarball version as the current version has disappeared fromThomas Petazzoni
Debian mirrors. Patch provided by Roberto A. Foglietta <roberto.foglietta@gmail.com>
2008-11-02syslinux: fix download urlPeter Korsgaard
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.
2008-05-12features.h should never be included explicitly. Nigel Kukard
This fixes the bug where "File not found" error is reported by grub. This fix works under both uclibc and glibc.
2008-05-01add menu.lst for grubJohn Voltz
2008-04-03gzip, diff, grub: bump versionsPeter Korsgaard
Patch by andrewma (closes #2754)
2008-03-20Use x86 Makefile only if x86 is choosenUlf Samuelsson
2008-03-06added syslinux patchJohn Voltz
2008-02-22Update diff version."Steven J. Hill"
2008-02-18Upped version, the one here didn't exist any more. 3.61 compiled nicely ↵Thomas Lundquist
(todo; check if nasm is installed on host?, syslinux needs it. Guess I copuld just add a target/host package.)
2007-12-27Added BR2_DEBIAN_MIRRORThomas Lundquist
2007-12-17Add support for GNU and kernel.org mirrorsIvan Kuten
2007-12-13bump up syslinux versionIvan Kuten
2007-09-30- put a static grub into the staging dirBernhard Reutner-Fischer
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-07-08- add pxelinuxBernhard Reutner-Fischer
2007-06-27- stub for grub2. Needs to be fixed upstream first.Bernhard Reutner-Fischer
2007-05-15- bump patch versionBernhard Reutner-Fischer
2007-02-07- bump patch version. Thanks to Alexander Rigbo for pointing this out.Bernhard Reutner-Fischer
2007-02-04- avoid spurious rebuilds. Thanks to janlana, closes #1191Bernhard Reutner-Fischer
- provide a syslinux-source target while at it
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
2007-01-21- remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer
2006-12-20- bump patch versionBernhard Reutner-Fischer
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