]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[pxe] Remove startpxe and stoppxe commands from default builds
authorMichael Brown <mcb30@ipxe.org>
Sun, 21 Nov 2010 23:40:40 +0000 (23:40 +0000)
committerMichael Brown <mcb30@ipxe.org>
Mon, 22 Nov 2010 00:34:48 +0000 (00:34 +0000)
These commands exist primarily for debugging and are not generally
useful, so save 137 bytes by removing them by default.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/defaults/pcbios.h
src/config/general.h

index 165ee14c398f95d82ff191902bcf74ae9e53ec05..7846f8f07531b5ac37e86c456de8b04280c75cb5 100644 (file)
@@ -28,7 +28,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
 
 #define PXE_STACK              /* PXE stack in iPXE - required for PXELINUX */
 #define PXE_MENU               /* PXE menu booting */
-#define        PXE_CMD                 /* PXE commands */
 
 #define        SANBOOT_PROTO_ISCSI     /* iSCSI protocol */
 #define        SANBOOT_PROTO_AOE       /* AoE protocol */
index b84707ab2ce880eb526728a48ff6013559cff208..c10312a11f7028b74f6ac7f881bd94e56ad44f41 100644 (file)
@@ -124,7 +124,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
 #undef DIGEST_CMD              /* Image crypto digest commands */
 #undef LOTEST_CMD              /* Loopback testing commands */
 #undef VLAN_CMD                /* VLAN commands */
-//#undef       PXE_CMD                 /* PXE commands */
+#undef PXE_CMD                 /* PXE commands */
 
 /*
  * Error message tables to include