Skip to content

fix: add missing esp_eth dependency for examples/wifi/getting_started/station/main/CMakeLists.txt (IDFGH-17650)#18571

Open
shangruiwu wants to merge 1 commit into
espressif:masterfrom
shangruiwu:shangruiwu-patch-1
Open

fix: add missing esp_eth dependency for examples/wifi/getting_started/station/main/CMakeLists.txt (IDFGH-17650)#18571
shangruiwu wants to merge 1 commit into
espressif:masterfrom
shangruiwu:shangruiwu-patch-1

Conversation

@shangruiwu
Copy link
Copy Markdown

The wifi/getting_started/station example fails to build on ESP-IDF v5.5.4 because it uses esp_netif_create_default_wifi_pseudo, which requires the esp_eth component, but it was missing in CMakeLists.txt.

Description

Testing

The wifi/getting_started/station example fails to build on ESP-IDF v5.5.4 because it uses esp_netif_create_default_wifi_pseudo, which requires the esp_eth component, but it was missing in CMakeLists.txt.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented May 9, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions Bot changed the title fix: add missing esp_eth dependency for examples/wifi/getting_started/station/main/CMakeLists.txt fix: add missing esp_eth dependency for examples/wifi/getting_started/station/main/CMakeLists.txt (IDFGH-17650) May 9, 2026
@espressif-bot espressif-bot added the Status: Opened Issue is new label May 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Status: Opened Issue is new

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants