Explorar o código

Add PCI and Time commands to iPXE builds

Antony Messerli %!s(int64=7) %!d(string=hai) anos
pai
achega
a4cbbfc49e
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 2 0
      ipxe/local/general.h
  2. 2 0
      ipxe/local/general.h.efi

+ 2 - 0
ipxe/local/general.h

@@ -5,5 +5,7 @@
 #define NET_PROTO_IPV6        /* IPv6 protocol */
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
+#define PCI_CMD               /* PCI commands */
 #define REBOOT_CMD            /* Reboot command */
+#define TIME_CMD              /* Time commands */
 #define VLAN_CMD              /* VLAN commands */

+ 2 - 0
ipxe/local/general.h.efi

@@ -4,5 +4,7 @@
 #define NET_PROTO_IPV6        /* IPv6 protocol */
 #define NSLOOKUP_CMD          /* DNS resolving command */
 #define NTP_CMD               /* NTP commands */
+#define PCI_CMD               /* PCI commands */
 #define REBOOT_CMD            /* Reboot command */
+#define TIME_CMD              /* Time commands */
 #define VLAN_CMD              /* VLAN commands */