فهرست منبع

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 */