Skip to content

Commit

Permalink
Update defconfig.esp32c6 and defconfig.esp32h2 to disable OpenThread …
Browse files Browse the repository at this point in the history
…DNS64 (#257)

* Update defconfig.esp32c6 to disable OpenThread DNS64

* Update defconfig.esp32h2 to disable OT DNS64

* Update defconfig.esp32c6 to disable OpenThread DNS64

* Update defconfig.esp32h2 to disable OT DNS64
  • Loading branch information
SuGlider authored Dec 21, 2024
1 parent 29a5022 commit 2f061cb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion configs/defconfig.esp32c6
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ CONFIG_OPENTHREAD_ENABLED=y
# Border Router disabled
# CONFIG_OPENTHREAD_BORDER_ROUTER=y
# CONFIG_OPENTHREAD_RADIO_SPINEL_UART=y
CONFIG_OPENTHREAD_DNS64_CLIENT=y

# DNS64 and NAT64 will be disabled for a while
# OT IDF issue https://github.com/espressif/esp-idf/issues/15069
# CONFIG_OPENTHREAD_DNS64_CLIENT=y

# Radio for RPC
# CONFIG_OPENTHREAD_RADIO=y
# CONFIG_OPENTHREAD_RADIO_NATIVE=y
Expand Down
6 changes: 5 additions & 1 deletion configs/defconfig.esp32h2
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ CONFIG_OPENTHREAD_ENABLED=y
# Border Router disabled
# CONFIG_OPENTHREAD_BORDER_ROUTER=y
# CONFIG_OPENTHREAD_RADIO_SPINEL_UART=y
CONFIG_OPENTHREAD_DNS64_CLIENT=y

# DNS64 and NAT64 will be disabled for a while
# OT IDF issue https://github.com/espressif/esp-idf/issues/15069
# CONFIG_OPENTHREAD_DNS64_CLIENT=y

# Radio for RPC
# CONFIG_OPENTHREAD_RADIO=y
# CONFIG_OPENTHREAD_RADIO_NATIVE=y
Expand Down

0 comments on commit 2f061cb

Please sign in to comment.