ipxe/0001-build-customize-configuration.patch
Cole Robinson 60ee4da580 Re-enable HTTPS support, with edk2 fix included (bz 1820836)
Signed-off-by: Cole Robinson <crobinso@redhat.com>
2020-09-15 19:28:56 -04:00

9 lines
421 B
Diff

diff -rupN ipxe-20190125-git36a4c85f/src/config/local/general.h ipxe-20190125-git36a4c85f.new/src/config/local/general.h
--- ipxe-20190125-git36a4c85f/src/config/local/general.h 1970-01-01 01:00:00.000000000 +0100
+++ ipxe-20190125-git36a4c85f.new/src/config/local/general.h 2019-02-01 16:40:42.725293033 +0000
@@ -0,0 +1,4 @@
+/* Enable IPv6. */
+#define NET_PROTO_IPV6
+/* Enable HTTPS */
+#define DOWNLOAD_PROTO_HTTPS