2
1

Config.in 378 B

1234567891011121314151617181920
  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. if BR2_TARGET_SYSLINUX
  9. config BR2_TARGET_SYSLINUX_ISOLINUX
  10. bool "Install isolinux"
  11. default y
  12. config BR2_TARGET_SYSLINUX_PXELINUX
  13. bool "Install pxelinux"
  14. default y
  15. endif