mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-22 19:32:15 +00:00
Removed references to components/ethernet_init to use new managed component ethernet_init.
10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
# This config checks the bridge example with eth-wifi configuration
|
|
# (only for one target to save CI time)
|
|
CONFIG_IDF_TARGET="esp32c3"
|
|
CONFIG_ESP_NETIF_TCPIP_LWIP=y
|
|
CONFIG_ESP_NETIF_BRIDGE_EN=y
|
|
CONFIG_EXAMPLE_BR_DHCPS=y
|
|
CONFIG_EXAMPLE_BR_WIFI=y
|
|
CONFIG_ETHERNET_SPI_SUPPORT=y
|
|
CONFIG_LWIP_NUM_NETIF_CLIENT_DATA=1
|