2
1

Config.in 387 B

12345678910111213141516
  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. config BR2_TARGET_SYSLINUX_ISOLINUX
  8. bool "Install isolinux"
  9. depends on BR2_TARGET_SYSLINUX
  10. default y
  11. config BR2_TARGET_SYSLINUX_PXELINUX
  12. bool "Install pxelinux"
  13. depends on BR2_TARGET_SYSLINUX
  14. default y