summaryrefslogtreecommitdiffstats
path: root/boot/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2011-07-05 21:54:06 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-07-10 15:31:16 +0200
commita5dc0cdced48522938ac7f6be1ba6763bc7a6afc (patch)
treeed17ed1877e747d276e265065813c3e7782ccbe8 /boot/Config.in
parenta4f58506ac7b120f3c2414e1f4034965b7c57b4e (diff)
downloadbuildroot-novena-a5dc0cdced48522938ac7f6be1ba6763bc7a6afc.tar.gz
buildroot-novena-a5dc0cdced48522938ac7f6be1ba6763bc7a6afc.zip
grub2: remove package
Grub 2 has been marked BROKEN in June 2010, and nobody cared to fix it since then. At that time, it was marked broken because the build process needed a Ruby interpreter available on the host, and it's really a pain that building a bootloader needs such a thing. I've tried to upgrade the package to Grub2 1.99-rcX, and now it does not need a Ruby interpreter anymore, but instead requires a tool called "autogen", which itself needs the Guile Scheme interpreter. Since we haven't heard any complaints about Grub2 being marked broken, and since it's such a pain to package, let's get rid of it. Of course, anybody interested in Grub2 is invited to contribute a working package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/Config.in')
-rw-r--r--boot/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/Config.in b/boot/Config.in
index 6bcc98af5..67ab8aca4 100644
--- a/boot/Config.in
+++ b/boot/Config.in
@@ -2,7 +2,6 @@ menu "Bootloaders"
source "boot/barebox/Config.in"
source "boot/grub/Config.in"
-source "boot/grub2/Config.in"
source "boot/syslinux/Config.in"
source "boot/u-boot/Config.in"
source "boot/at91bootstrap/Config.in"