Config.in 289 B

123456789101112
  1. config BR2_TARGET_SYSLINUX
  2. bool "syslinux"
  3. depends on BR2_i386
  4. help
  5. The syslinux bootloader for x86 systems.
  6. This includes: syslinux, pxelinux, extlinux.
  7. config BR2_TARGET_PXELINUX
  8. bool "pxelinux"
  9. depends on BR2_i386 || BR2_x86_64
  10. help
  11. The pxelinux loader for x86 systems.