Index: /trunk/src/VBox/Devices/PC/ipxe/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Devices/PC/ipxe/Makefile.kmk	(revision 53361)
+++ /trunk/src/VBox/Devices/PC/ipxe/Makefile.kmk	(revision 53362)
@@ -322,4 +322,6 @@
 	src/net/udp/dns.c \
 	src/net/udp/tftp.c \
+	src/net/tcp/http.c \
+	src/net/tcp/httpcore.c \
 	src/usr/autoboot.c \
 	src/usr/dhcpmgmt.c \
Index: /trunk/src/VBox/Devices/PC/ipxe/src/config/general.h
===================================================================
--- /trunk/src/VBox/Devices/PC/ipxe/src/config/general.h	(revision 53361)
+++ /trunk/src/VBox/Devices/PC/ipxe/src/config/general.h	(revision 53362)
@@ -56,5 +56,5 @@
 
 #define	DOWNLOAD_PROTO_TFTP	/* Trivial File Transfer Protocol */
-#undef	DOWNLOAD_PROTO_HTTP	/* Hypertext Transfer Protocol */
+#define DOWNLOAD_PROTO_HTTP	/* Hypertext Transfer Protocol */
 #undef	DOWNLOAD_PROTO_HTTPS	/* Secure Hypertext Transfer Protocol */
 #undef	DOWNLOAD_PROTO_FTP	/* File Transfer Protocol */
