Config.in 293 B

123456789
  1. config BR2_TARGET_GRUB2
  2. bool "grub2"
  3. # Only supports PC, Mac (Power, x86 and x86-64), Pegasos
  4. depends on BR2_i386 || BR2_powerpc
  5. # Build process is broken (./configure doesn't work, Ruby
  6. # required, etc.)
  7. depends on BROKEN
  8. help
  9. The GRand Unified Bootloader for x86 systems, take #2.