Skip to content

Commit

Permalink
fix enable NET_PROTO_IPV6 ipxe
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsimpson authored Apr 7, 2024
1 parent a5f44dd commit f02ff6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
echo Enable ping command
echo See https://ipxe.org/buildcfg
sed -i 's$//#define PING_CMD$#define PING_CMD$g' config/general.h
sed -i 's$//#define NET_PROTO_IPV6#define NET_PROTO_IPV6' config/general.h
sed -i 's$//#define NET_PROTO_IPV6#define NET_PROTO_IPV6$g' config/general.h
echo Enable https download
sed -i 's/undef.*DOWNLOAD_PROTO_HTTPS/define DOWNLOAD_PROTO_HTTPS/g' config/general.h
echo Build iPXE ISO
Expand Down

0 comments on commit f02ff6c

Please sign in to comment.