Bläddra i källkod

[config] Enable PXE commands by default only on pcbios architecture

The commands bring in UNDI and thus real-mode code, so they cannot be
used on EFI.

Signed-off-by: Michael Brown <mcb30@etherboot.org>
tags/v0.9.8
Joshua Oreman 15 år sedan
förälder
incheckning
bba00b0c13
2 ändrade filer med 3 tillägg och 1 borttagningar
  1. 2
    0
      src/config/defaults/pcbios.h
  2. 1
    1
      src/config/general.h

+ 2
- 0
src/config/defaults/pcbios.h Visa fil

@@ -25,6 +25,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
25 25
 #define IMAGE_BZIMAGE		/* Linux bzImage image support */
26 26
 #define IMAGE_COMBOOT		/* SYSLINUX COMBOOT image support */
27 27
 
28
+#define	PXE_CMD			/* PXE commands */
29
+
28 30
 #define	SANBOOT_PROTO_ISCSI	/* iSCSI protocol */
29 31
 #define	SANBOOT_PROTO_AOE	/* AoE protocol */
30 32
 

+ 1
- 1
src/config/general.h Visa fil

@@ -105,7 +105,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
105 105
 #define LOGIN_CMD		/* Login command */
106 106
 #undef	TIME_CMD		/* Time commands */
107 107
 #undef	DIGEST_CMD		/* Image crypto digest commands */
108
-#define	PXE_CMD			/* PXE commands */
108
+//#undef	PXE_CMD			/* PXE commands */
109 109
 
110 110
 /*
111 111
  * Obscure configuration options

Laddar…
Avbryt
Spara