diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-08-11 18:05:08 +0200 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2017-09-23 20:29:37 +0200 |
commit | 144dc9ca8007cb4390bd9ba3e8b018d7fd92be2c (patch) | |
tree | 649a9115083de7ec03cb01e016942b151be1031f /boot/Config.in | |
parent | 54a76f08fc2101e97dd66529afccef6b2c7a71ab (diff) | |
download | buildroot-144dc9ca8007cb4390bd9ba3e8b018d7fd92be2c.tar.gz buildroot-144dc9ca8007cb4390bd9ba3e8b018d7fd92be2c.zip |
boot/grub: remove
grub is no longer maintained: it is stuck at version 0.97 with huge
patches that have no opportunity to be applied upstream, as upstream
has even renamed it grub-legacy.
Besides, it no longer builds correctly with recent binutils versions,
and even the huge patches we could grab from Debian do not help the
slightest.
Since upstream really considers it dead, and there are at least two
alternatives (grub2 and syslinux), just remove grub.
Add a legacy entry.
Remove the test cases as well.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'boot/Config.in')
-rw-r--r-- | boot/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/Config.in b/boot/Config.in index 273c1c7acd..2f46c8546e 100644 --- a/boot/Config.in +++ b/boot/Config.in @@ -7,7 +7,6 @@ source "boot/at91dataflashboot/Config.in" source "boot/arm-trusted-firmware/Config.in" source "boot/barebox/Config.in" source "boot/boot-wrapper-aarch64/Config.in" -source "boot/grub/Config.in" source "boot/grub2/Config.in" source "boot/gummiboot/Config.in" source "boot/lpc32xxcdl/Config.in" |