Преглед изворни кода

Add PCI and Time commands to iPXE builds

Antony Messerli пре 7 година
родитељ
комит
a4cbbfc49e
2 измењених фајлова са 4 додато и 0 уклоњено
  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 */