Browse Source

[efi] Build iPXE script support into EFI binaries by default

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Geoff Lywood 14 years ago
parent
commit
f2b3f560d2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/config/defaults/efi.h

+ 1
- 0
src/config/defaults/efi.h View File

17
 #define SMBIOS_EFI
17
 #define SMBIOS_EFI
18
 
18
 
19
 #define	IMAGE_EFI		/* EFI image support */
19
 #define	IMAGE_EFI		/* EFI image support */
20
+#define	IMAGE_SCRIPT		/* iPXE script image support */
20
 
21
 
21
 #endif /* CONFIG_DEFAULTS_EFI_H */
22
 #endif /* CONFIG_DEFAULTS_EFI_H */

Loading…
Cancel
Save