]> git.proxmox.com Git - mirror_edk2.git/commitdiff
EmulatorPkg: Define default value of NETWORK_HTTP_ENABLE
authorAbner Chang <abner.chang@hpe.com>
Fri, 4 Dec 2020 01:41:33 +0000 (09:41 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Mon, 7 Dec 2020 08:14:50 +0000 (08:14 +0000)
BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=3104
Incorporate with commit 126115a9, set default NETWORK_HTTP_ENABLE
to FALSE.

Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Peter O'Hanley <peter.ohanley@hpe.com>
Acked-by: Ray Ni <ray.ni@intel.com>
EmulatorPkg/EmulatorPkg.dsc

index 850ce831f8587b817d73e4ba93e3a352119093f4..de8144844c577eee4d67d769612b1de4e9f8582c 100644 (file)
@@ -32,6 +32,7 @@
   DEFINE NETWORK_IP6_ENABLE       = FALSE\r
   DEFINE NETWORK_TLS_ENABLE       = FALSE\r
   DEFINE NETWORK_HTTP_BOOT_ENABLE = FALSE\r
+  DEFINE NETWORK_HTTP_ENABLE      = FALSE\r
   DEFINE NETWORK_ISCSI_ENABLE     = FALSE\r
   DEFINE SECURE_BOOT_ENABLE       = FALSE\r
 \r