summaryrefslogtreecommitdiffstats
path: root/target/x86/grub
Commit message (Collapse)AuthorAgeFilesLines
* bootloaders: move bootloader build code to boot/Thomas Petazzoni2010-06-108-1742/+0
| | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* buildroot: silence ./configure step when building with 'make -s'Peter Korsgaard2009-10-011-1/+1
| | | | | | | | | | 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>
* grub: revert r21974 (features.h should never be included explicitly)Peter Korsgaard2009-01-311-2/+2
| | | | | | | | 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?
* grub: fix buildPeter Korsgaard2009-01-311-2/+2
| | | | | | | | 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.
* target/: convert to DOWNLOAD helperPeter Korsgaard2009-01-161-2/+2
|
* target/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-1/+1
|
* Fix Grub tarball version as the current version has disappeared fromThomas Petazzoni2008-11-081-1/+1
| | | | | | | Debian mirrors. Patch provided by Roberto A. Foglietta <roberto.foglietta@gmail.com>
* buildroot: remove trailing spacesPeter Korsgaard2008-08-041-1/+1
| | | | | | | 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-171-24/+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)
* Update diff version."Steven J. Hill"2008-02-221-1/+1
|
* Added BR2_DEBIAN_MIRRORThomas Lundquist2007-12-271-2/+2
|
* - put a static grub into the staging dirBernhard Reutner-Fischer2007-09-301-0/+5
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-1/+1
|
* - 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-041-5/+6
| | | | - 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
* - 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
|
* - bump versionBernhard Reutner-Fischer2006-11-221-1/+1
|
* - also allow grub for x86_64Bernhard Reutner-Fischer2006-11-172-3/+25
| | | | - bump version
* - 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.
* touchup target menu displayMike Frysinger2005-09-091-1/+1
|
* Add support for building a few commonly used bootloadersEric Andersen2005-06-232-0/+76