Skip to content

Commit f2d9c42

Browse files
committed
Resolved the build failure for m5-stack ipv6 only test
1 parent 4048e57 commit f2d9c42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build/builders/esp32.py

+2
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ def generate(self):
197197
if not self.enable_ipv4:
198198
self._Execute(
199199
['bash', '-c', 'echo -e "\\nCONFIG_DISABLE_IPV4=y\\n" >>%s' % shlex.quote(defaults_out)])
200+
self._Execute(
201+
['bash', '-c', 'echo -e "\\nCONFIG_LWIP_IPV4=n\\n" >>%s' % shlex.quote(defaults_out)])
200202

201203
if self.enable_insights_trace:
202204
insights_flag = 'y'

0 commit comments

Comments
 (0)