Skip to content

Commit feea2b2

Browse files
enable NET_PROTO_IPV6 ipxe
1 parent f02ff6c commit feea2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo Enable ping command
7575
echo See https://ipxe.org/buildcfg
7676
sed -i 's$//#define PING_CMD$#define PING_CMD$g' config/general.h
77-
sed -i 's$//#define NET_PROTO_IPV6#define NET_PROTO_IPV6$g' config/general.h
77+
sed -i 's$//#define NET_PROTO_IPV6$#define NET_PROTO_IPV6$g' config/general.h
7878
echo Enable https download
7979
sed -i 's/undef.*DOWNLOAD_PROTO_HTTPS/define DOWNLOAD_PROTO_HTTPS/g' config/general.h
8080
echo Build iPXE ISO

0 commit comments

Comments
 (0)