From e719f1e39251ab9e2fd574d68998809f5a9e4da8 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Fri, 27 Jan 2017 15:40:15 -0600 Subject: [PATCH] Reorder general.h --- ipxe/local/general.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ipxe/local/general.h b/ipxe/local/general.h index 7ffacead..f7242ed8 100644 --- a/ipxe/local/general.h +++ b/ipxe/local/general.h @@ -3,7 +3,7 @@ #define IMAGE_COMBOOT /* COMBOOT */ #define IMAGE_TRUST_CMD /* Image trust management commands */ #define NET_PROTO_IPV6 /* IPv6 protocol */ -#define REBOOT_CMD /* Reboot command */ -#define VLAN_CMD /* VLAN commands */ #define NSLOOKUP_CMD /* DNS resolving command */ #define NTP_CMD /* NTP commands */ +#define REBOOT_CMD /* Reboot command */ +#define VLAN_CMD /* VLAN commands */