Skip to content

Commit bbb2815

Browse files
authored
Update defconfig.esp32c6 to disable OpenThread DNS64
1 parent 29a5022 commit bbb2815

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/defconfig.esp32c6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ CONFIG_OPENTHREAD_ENABLED=y
1515
# Border Router disabled
1616
# CONFIG_OPENTHREAD_BORDER_ROUTER=y
1717
# CONFIG_OPENTHREAD_RADIO_SPINEL_UART=y
18+
19+
# DNS64 and NAT64 will be disabled for a while
20+
# OT IDF issue https://github.com/espressif/esp-idf/issues/15069
1821
CONFIG_OPENTHREAD_DNS64_CLIENT=y
22+
1923
# Radio for RPC
2024
# CONFIG_OPENTHREAD_RADIO=y
2125
# CONFIG_OPENTHREAD_RADIO_NATIVE=y

0 commit comments

Comments
 (0)