diff options
author | CoprDistGit <infra@openeuler.org> | 2025-09-30 07:45:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2025-09-30 07:45:36 +0000 |
commit | adb8abd6864570ea98cb77d3097bcc61e02fc9c2 (patch) | |
tree | fb3eb12249c8539e3e13f9afdb3833bd2e0c4d73 /0001-build-customize-configuration.patch | |
parent | 361dfbcc302b321babe878e6988406b61ac15c38 (diff) |
automatic import of ipxeopeneuler24.03_LTS_SP2
Diffstat (limited to '0001-build-customize-configuration.patch')
-rw-r--r-- | 0001-build-customize-configuration.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/0001-build-customize-configuration.patch b/0001-build-customize-configuration.patch new file mode 100644 index 0000000..8a9a3ea --- /dev/null +++ b/0001-build-customize-configuration.patch @@ -0,0 +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,5 @@ ++/* Enable IPv6. */ ++#define NET_PROTO_IPV6 ++/* Enable HTTPS */ ++#define DOWNLOAD_PROTO_HTTPS ++#define DOWNLOAD_PROTO_NFS |