|
@@ -30,6 +30,14 @@ config BR2_TARGET_SYSLINUX_PXELINUX
|
|
Install the legacy-BIOS 'pxelinux' image, to boot off
|
|
Install the legacy-BIOS 'pxelinux' image, to boot off
|
|
the network using PXE.
|
|
the network using PXE.
|
|
|
|
|
|
|
|
+config BR2_TARGET_SYSLINUX_MBR
|
|
|
|
+ bool "mbr"
|
|
|
|
+ select BR2_TARGET_SYSLINUX_LEGACY_BIOS
|
|
|
|
+ help
|
|
|
|
+ Install the legacy-BIOS 'mbr' image, to boot off a
|
|
|
|
+ local MBR-partition (e.g. prepared with 'extlinux'
|
|
|
|
+ or 'syslinux').
|
|
|
|
+
|
|
config BR2_TARGET_SYSLINUX_EFI
|
|
config BR2_TARGET_SYSLINUX_EFI
|
|
bool "efi"
|
|
bool "efi"
|
|
select BR2_PACKAGE_GNU_EFI
|
|
select BR2_PACKAGE_GNU_EFI
|