Commit Graph

36 Commits

Author SHA1 Message Date
Peter Korsgaard 02a623ddf9 buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`;
do
	sed -i 's/ \+$//' $i;
done
2008-08-04 19:07:05 +00:00
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Nigel Kukard 714df8fb60 features.h should never be included explicitly.
This fixes the bug where "File not found" error is reported by grub.
This fix works under both uclibc and glibc.
2008-05-12 18:56:11 +00:00
John Voltz 804e373d06 add menu.lst for grub 2008-05-01 17:14:46 +00:00
Peter Korsgaard 0c33ede996 gzip, diff, grub: bump versions
Patch by andrewma (closes #2754)
2008-04-03 09:28:56 +00:00
Ulf Samuelsson 42b0271533 Use x86 Makefile only if x86 is choosen 2008-03-20 23:03:40 +00:00
John Voltz d6e0bcb950 added syslinux patch 2008-03-06 18:59:57 +00:00
"Steven J. Hill" 2d6b9b3a5e Update diff version. 2008-02-22 19:37:39 +00:00
Thomas Lundquist fcb27e9386 Upped version, the one here didn't exist any more. 3.61 compiled nicely (todo; check if nasm is installed on host?, syslinux needs it. Guess I copuld just add a target/host package.) 2008-02-18 22:10:05 +00:00
Thomas Lundquist dc6a57bc69 Added BR2_DEBIAN_MIRROR 2007-12-27 12:00:12 +00:00
Ivan Kuten cb815ae003 Add support for GNU and kernel.org mirrors 2007-12-17 12:29:06 +00:00
Ivan Kuten 81cc4715b9 bump up syslinux version 2007-12-13 12:15:48 +00:00
Bernhard Reutner-Fischer 84f62146e7 - put a static grub into the staging dir 2007-09-30 18:06:32 +00:00
Bernhard Reutner-Fischer 956d3eb78b - semicolon touchup. No other changes 2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer 9dd07e229c - add pxelinux 2007-07-08 20:51:19 +00:00
Bernhard Reutner-Fischer bc8d90683e - stub for grub2. Needs to be fixed upstream first. 2007-06-27 21:03:42 +00:00
Bernhard Reutner-Fischer f69be807b5 - bump patch version 2007-05-15 11:39:44 +00:00
Bernhard Reutner-Fischer 13e893d13b - bump patch version. Thanks to Alexander Rigbo for pointing this out. 2007-02-07 10:43:04 +00:00
Bernhard Reutner-Fischer 3c1f00b21a - avoid spurious rebuilds. Thanks to janlana, closes #1191
- provide a syslinux-source target while at it
2007-02-04 16:34:56 +00:00
Bernhard Reutner-Fischer 6aed4941f4 - strip a handful of enable 2007-01-29 22:12:53 +00:00
Bernhard Reutner-Fischer d00d04413c - added diskless/net support and new patches, mainly network drivers.
Closes #721. Thanks, janlana
2007-01-29 18:34:37 +00:00
Bernhard Reutner-Fischer b17c61938e - remove some hardcoded occurances of "make" and use the proper variable instead 2007-01-21 21:32:49 +00:00
Bernhard Reutner-Fischer 7913aa0675 - bump patch version 2006-12-20 17:08:38 +00:00
Bernhard Reutner-Fischer eb3b21be72 - honor uclibc's notion of LFS support 2006-11-29 20:26:05 +00:00
Bernhard Reutner-Fischer d41f2f350e - fix typo in grub-clean 2006-11-29 12:17:26 +00:00
Bernhard Reutner-Fischer 085f7b3ed9 - look at target variants when determining if syslinux is supported or not.
Closes #637
2006-11-28 10:01:46 +00:00
Bernhard Reutner-Fischer b1aa351c22 - bump version 2006-11-22 15:22:31 +00:00
Bernhard Reutner-Fischer 6e2823c1fa - add and use BR2_BZCAT config option. 2006-11-17 15:43:51 +00:00
Bernhard Reutner-Fischer bffe93141b - also allow grub for x86_64
- bump version
2006-11-17 11:47:04 +00:00
Eric Andersen 3d9321336b bring up to version 3.31 2006-11-14 23:22:15 +00:00
Bernhard Reutner-Fischer 6342c83201 - use $(ZCAT) as configured by the user instead of hardcoded 'zcat' that may not exist; Closes #971
Silly, unchecked sed -i -e "/[^b]zcat/s/zcat/\$\(ZCAT\)/g" $(svngrep "[^b]zcat" * -rl | grep -v Config.in)
2006-10-01 15:17:52 +00:00
Bernhard Reutner-Fischer ee161b3eb9 - add optional splashimage support 2006-03-18 13:07:29 +00:00
Bernhard Reutner-Fischer fbde74ea62 - update from grub_0.95+cvs20040624 to 0.97.
The former didn't even build for me, the latter does.
2006-03-10 08:06:27 +00:00
David Anders 53b75ef130 fixed includes for arch sub-dirs 2006-01-20 20:04:53 +00:00
Mike Frysinger 2e31d32a0c touchup target menu display 2005-09-09 00:12:13 +00:00
Eric Andersen d7d57699ef Add support for building a few commonly used bootloaders 2005-06-23 05:09:05 +00:00