summaryrefslogtreecommitdiff
path: root/boot/grub2/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/grub2/Config.in
parenta4f58506ac7b120f3c2414e1f4034965b7c57b4e (diff)
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/grub2/Config.in')
-rw-r--r--boot/grub2/Config.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/boot/grub2/Config.in b/boot/grub2/Config.in
deleted file mode 100644
index 1301b5b80..000000000
--- a/boot/grub2/Config.in
+++ /dev/null
@@ -1,9 +0,0 @@
-config BR2_TARGET_GRUB2
- bool "grub2"
- # Only supports PC, Mac (Power, x86 and x86-64), Pegasos
- depends on BR2_i386 || BR2_powerpc
- # Build process is broken (./configure doesn't work, Ruby
- # required, etc.)
- depends on BROKEN
- help
- The GRand Unified Bootloader for x86 systems, take #2.