diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-27 10:50:37 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-27 10:50:37 +0000 |
commit | 1daf2b640e6164bc1c8b9068d4ea834578e02098 (patch) | |
tree | a7608f3d7ec714db601392de899b2eacc0244f3b /0001-build-customize-configuration.patch | |
parent | cd89936adc4a4edf7159d1b5b52db7f4d259f969 (diff) |
automatic import of ipxe
Diffstat (limited to '0001-build-customize-configuration.patch')
-rw-r--r-- | 0001-build-customize-configuration.patch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/0001-build-customize-configuration.patch b/0001-build-customize-configuration.patch index 045561a..8a9a3ea 100644 --- a/0001-build-customize-configuration.patch +++ b/0001-build-customize-configuration.patch @@ -1,6 +1,9 @@ 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,2 @@ +@@ -0,0 +1,5 @@ +/* Enable IPv6. */ +#define NET_PROTO_IPV6 ++/* Enable HTTPS */ ++#define DOWNLOAD_PROTO_HTTPS ++#define DOWNLOAD_PROTO_NFS |