浏览代码

Add additional options to EFI build

Antony Messerli 7 年之前
父节点
当前提交
4f85426aa1
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      ipxe/local/general.h.efi

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

@@ -2,5 +2,7 @@
 #define DOWNLOAD_PROTO_HTTPS  /* Secure Hypertext Transfer Protocol */      
 #define IMAGE_TRUST_CMD	      /* Image trust management commands */
 #define NET_PROTO_IPV6        /* IPv6 protocol */
+#define NSLOOKUP_CMD          /* DNS resolving command */
+#define NTP_CMD               /* NTP commands */
 #define REBOOT_CMD            /* Reboot command */
 #define VLAN_CMD              /* VLAN commands */