mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-04 02:50:58 +02:00
8 lines
284 B
Plaintext
8 lines
284 B
Plaintext
# Enable BR auto start for Ethernet builds
|
|
CONFIG_OPENTHREAD_NETWORK_AUTO_START=y
|
|
CONFIG_OPENTHREAD_BORDER_ROUTER_AUTO_START=y
|
|
|
|
# Enable PPP support as a workaround to ensure LWIP thread-lib compatibility for Ethernet builds
|
|
CONFIG_LWIP_PPP_SUPPORT=y
|
|
CONFIG_LWIP_PPP_SERVER_SUPPORT=y
|