• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/boot/syslinux/Config.in
Romain NaourRomain Naour committed 42638a1d12404 Jul 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_TARGET_SYSLINUX
2
    bool "syslinux"
3
    depends on BR2_i386 || BR2_x86_64
4
    # Make sure at least one of the flavors is installed
5
    select BR2_TARGET_SYSLINUX_ISOLINUX \
6
        if !BR2_TARGET_SYSLINUX_PXELINUX && \
7
           !BR2_TARGET_SYSLINUX_MBR && \
8
           !BR2_TARGET_SYSLINUX_EFI
9
    select BR2_PACKAGE_UTIL_LINUX
10
    select BR2_PACKAGE_UTIL_LINUX_LIBUUID
11
    help
12
      The syslinux bootloader for x86 systems.
13
      This includes: syslinux, pxelinux, extlinux.
14
​
15
      http://syslinux.org
16
​
17
if BR2_TARGET_SYSLINUX
18
​
19
config BR2_TARGET_SYSLINUX_LEGACY_BIOS
20
    bool
21
​
22
config BR2_TARGET_SYSLINUX_ISOLINUX
23
    bool "install isolinux"
24
    select BR2_TARGET_SYSLINUX_LEGACY_BIOS
25
    help
26
      Install the legacy-BIOS 'isolinux' image, to boot off
27
      optical media (CDROM, DVD.)
28
​
29
config BR2_TARGET_SYSLINUX_PXELINUX
30
    bool "install pxelinux"
31
    select BR2_TARGET_SYSLINUX_LEGACY_BIOS
32
    help
33
      Install the legacy-BIOS 'pxelinux' image, to boot off
34
      the network using PXE.
35
​
36
config BR2_TARGET_SYSLINUX_MBR
37
    bool "install mbr"
38
    depends on !BR2_TOOLCHAIN_HAS_BINUTILS_BUG_19615
39
    select BR2_TARGET_SYSLINUX_LEGACY_BIOS
40
    help
41
      Install the legacy-BIOS 'mbr' image, to boot off a
42
      local MBR-partition (e.g. prepared with 'extlinux'
43
      or 'syslinux').
44
​
45
config BR2_TARGET_SYSLINUX_EFI
46
    bool "install efi"
47
    select BR2_PACKAGE_GNU_EFI
48
    help
49
      Install the 'efi' image, to boot from an EFI environment.
50
​
51
​
52
if BR2_TARGET_SYSLINUX_LEGACY_BIOS
53
​
54
config BR2_TARGET_SYSLINUX_C32
55
    string "modules to install"
56
    help
57
      Enter a space-separated list of .c32 modules to install.
58
      Leave empty to install no module.
59
​
60
endif # BR2_TARGET_SYSLINUX_LEGACY_BIOS
61
​
62
endif # BR2_TARGET_SYSLINUX
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.