summaryrefslogtreecommitdiffstats
path: root/target/x86
Commit message (Collapse)AuthorAgeFilesLines
* buildroot: remove trailing spacesPeter Korsgaard2008-08-042-2/+2
| | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
* Kconfig: remove 'default n'Peter Korsgaard2008-07-173-28/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* features.h should never be included explicitly. Nigel Kukard2008-05-121-2/+2
| | | | | This fixes the bug where "File not found" error is reported by grub. This fix works under both uclibc and glibc.
* add menu.lst for grubJohn Voltz2008-05-011-0/+7
|
* gzip, diff, grub: bump versionsPeter Korsgaard2008-04-031-2/+2
| | | | Patch by andrewma (closes #2754)
* Use x86 Makefile only if x86 is choosenUlf Samuelsson2008-03-201-0/+2
|
* added syslinux patchJohn Voltz2008-03-061-0/+11
|
* Update diff version."Steven J. Hill"2008-02-221-1/+1
|
* Upped version, the one here didn't exist any more. 3.61 compiled nicely ↵Thomas Lundquist2008-02-181-1/+1
| | | | (todo; check if nasm is installed on host?, syslinux needs it. Guess I copuld just add a target/host package.)
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-272-4/+4
|
* Add support for GNU and kernel.org mirrorsIvan Kuten2007-12-171-1/+1
|
* bump up syslinux versionIvan Kuten2007-12-131-1/+1
|
* - put a static grub into the staging dirBernhard Reutner-Fischer2007-09-301-0/+5
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-222-2/+2
|
* - add pxelinuxBernhard Reutner-Fischer2007-07-082-6/+18
|
* - stub for grub2. Needs to be fixed upstream first.Bernhard Reutner-Fischer2007-06-273-0/+172
|
* - bump patch versionBernhard Reutner-Fischer2007-05-151-1/+1
|
* - bump patch version. Thanks to Alexander Rigbo for pointing this out.Bernhard Reutner-Fischer2007-02-071-1/+1
|
* - avoid spurious rebuilds. Thanks to janlana, closes #1191Bernhard Reutner-Fischer2007-02-042-7/+10
| | | | - provide a syslinux-source target while at it
* - strip a handful of enableBernhard Reutner-Fischer2007-01-291-23/+23
|
* - added diskless/net support and new patches, mainly network drivers.Bernhard Reutner-Fischer2007-01-293-15/+195
| | | | Closes #721. Thanks, janlana
* - remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer2007-01-211-1/+1
|
* - bump patch versionBernhard Reutner-Fischer2006-12-201-1/+1
|
* - honor uclibc's notion of LFS supportBernhard Reutner-Fischer2006-11-292-0/+38
|
* - fix typo in grub-cleanBernhard Reutner-Fischer2006-11-291-1/+1
|
* - look at target variants when determining if syslinux is supported or not.Bernhard Reutner-Fischer2006-11-281-0/+17
| | | | Closes #637
* - bump versionBernhard Reutner-Fischer2006-11-221-1/+1
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-1/+2
|
* - also allow grub for x86_64Bernhard Reutner-Fischer2006-11-172-3/+25
| | | | - bump version
* bring up to version 3.31Eric Andersen2006-11-141-3/+8
|
* - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵Bernhard Reutner-Fischer2006-10-011-1/+1
| | | | | | not exist; Closes #971 Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
* - add optional splashimage supportBernhard Reutner-Fischer2006-03-185-1/+1438
|
* - update from grub_0.95+cvs20040624 to 0.97.Bernhard Reutner-Fischer2006-03-101-3/+3
| | | | The former didn't even build for me, the latter does.
* fixed includes for arch sub-dirsDavid Anders2006-01-201-0/+1
|
* touchup target menu displayMike Frysinger2005-09-092-2/+2
|
* Add support for building a few commonly used bootloadersEric Andersen2005-06-234-0/+122