Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bootloaders: move bootloader build code to boot/ | Thomas Petazzoni | 2010-06-10 | 15 | -2008/+0 |
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | buildroot: silence ./configure step when building with 'make -s' | Peter Korsgaard | 2009-10-01 | 2 | -2/+2 |
| | | | | | | | | | | 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> | ||||
* | syslinux: update to v3.82 | Anders Darander | 2009-09-23 | 4 | -13/+14 |
| | | | | | Signed-off-by: Anders Darander <ad@datarespons.se> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | rename TOOL_BUILD_DIR to TOOLCHAIN_DIR | Michael Roth | 2009-09-23 | 1 | -1/+1 |
| | | | | | | | | 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> | ||||
* | grub: revert r21974 (features.h should never be included explicitly) | Peter Korsgaard | 2009-01-31 | 1 | -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 build | Peter Korsgaard | 2009-01-31 | 1 | -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 helper | Peter Korsgaard | 2009-01-16 | 3 | -5/+5 |
| | |||||
* | target/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 3 | -4/+4 |
| | |||||
* | Fix Grub tarball version as the current version has disappeared from | Thomas Petazzoni | 2008-11-08 | 1 | -1/+1 |
| | | | | | | | Debian mirrors. Patch provided by Roberto A. Foglietta <roberto.foglietta@gmail.com> | ||||
* | syslinux: fix download url | Peter Korsgaard | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 2 | -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 Korsgaard | 2008-07-17 | 3 | -28/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | features.h should never be included explicitly. | Nigel Kukard | 2008-05-12 | 1 | -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 grub | John Voltz | 2008-05-01 | 1 | -0/+7 |
| | |||||
* | gzip, diff, grub: bump versions | Peter Korsgaard | 2008-04-03 | 1 | -2/+2 |
| | | | | Patch by andrewma (closes #2754) | ||||
* | Use x86 Makefile only if x86 is choosen | Ulf Samuelsson | 2008-03-20 | 1 | -0/+2 |
| | |||||
* | added syslinux patch | John Voltz | 2008-03-06 | 1 | -0/+11 |
| | |||||
* | Update diff version. | "Steven J. Hill" | 2008-02-22 | 1 | -1/+1 |
| | |||||
* | Upped version, the one here didn't exist any more. 3.61 compiled nicely ↵ | Thomas Lundquist | 2008-02-18 | 1 | -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_MIRROR | Thomas Lundquist | 2007-12-27 | 2 | -4/+4 |
| | |||||
* | Add support for GNU and kernel.org mirrors | Ivan Kuten | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | bump up syslinux version | Ivan Kuten | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | - put a static grub into the staging dir | Bernhard Reutner-Fischer | 2007-09-30 | 1 | -0/+5 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 2 | -2/+2 |
| | |||||
* | - add pxelinux | Bernhard Reutner-Fischer | 2007-07-08 | 2 | -6/+18 |
| | |||||
* | - stub for grub2. Needs to be fixed upstream first. | Bernhard Reutner-Fischer | 2007-06-27 | 3 | -0/+172 |
| | |||||
* | - bump patch version | Bernhard Reutner-Fischer | 2007-05-15 | 1 | -1/+1 |
| | |||||
* | - bump patch version. Thanks to Alexander Rigbo for pointing this out. | Bernhard Reutner-Fischer | 2007-02-07 | 1 | -1/+1 |
| | |||||
* | - avoid spurious rebuilds. Thanks to janlana, closes #1191 | Bernhard Reutner-Fischer | 2007-02-04 | 2 | -7/+10 |
| | | | | - provide a syslinux-source target while at it | ||||
* | - strip a handful of enable | Bernhard Reutner-Fischer | 2007-01-29 | 1 | -23/+23 |
| | |||||
* | - added diskless/net support and new patches, mainly network drivers. | Bernhard Reutner-Fischer | 2007-01-29 | 3 | -15/+195 |
| | | | | Closes #721. Thanks, janlana | ||||
* | - remove some hardcoded occurances of "make" and use the proper variable instead | Bernhard Reutner-Fischer | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | - bump patch version | Bernhard Reutner-Fischer | 2006-12-20 | 1 | -1/+1 |
| | |||||
* | - honor uclibc's notion of LFS support | Bernhard Reutner-Fischer | 2006-11-29 | 2 | -0/+38 |
| | |||||
* | - fix typo in grub-clean | Bernhard Reutner-Fischer | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | - look at target variants when determining if syslinux is supported or not. | Bernhard Reutner-Fischer | 2006-11-28 | 1 | -0/+17 |
| | | | | Closes #637 | ||||
* | - bump version | Bernhard Reutner-Fischer | 2006-11-22 | 1 | -1/+1 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -1/+2 |
| | |||||
* | - also allow grub for x86_64 | Bernhard Reutner-Fischer | 2006-11-17 | 2 | -3/+25 |
| | | | | - bump version | ||||
* | bring up to version 3.31 | Eric Andersen | 2006-11-14 | 1 | -3/+8 |
| | |||||
* | - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may ↵ | Bernhard Reutner-Fischer | 2006-10-01 | 1 | -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 support | Bernhard Reutner-Fischer | 2006-03-18 | 5 | -1/+1438 |
| | |||||
* | - update from grub_0.95+cvs20040624 to 0.97. | Bernhard Reutner-Fischer | 2006-03-10 | 1 | -3/+3 |
| | | | | The former didn't even build for me, the latter does. | ||||
* | fixed includes for arch sub-dirs | David Anders | 2006-01-20 | 1 | -0/+1 |
| | |||||
* | touchup target menu display | Mike Frysinger | 2005-09-09 | 2 | -2/+2 |
| | |||||
* | Add support for building a few commonly used bootloaders | Eric Andersen | 2005-06-23 | 4 | -0/+122 |