Config.in 411 B

123456789101112131415161718
  1. config BR2_TARGET_SYSLINUX
  2. bool "syslinux"
  3. depends on BR2_i386 || BR2_x86_64
  4. help
  5. The syslinux bootloader for x86 systems.
  6. This includes: syslinux, pxelinux, extlinux.
  7. http://syslinux.org
  8. config BR2_TARGET_SYSLINUX_ISOLINUX
  9. bool "Install isolinux"
  10. depends on BR2_TARGET_SYSLINUX
  11. default y
  12. config BR2_TARGET_SYSLINUX_PXELINUX
  13. bool "Install pxelinux"
  14. depends on BR2_TARGET_SYSLINUX
  15. default y