1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #21101 from OlegHahm/pr/fix/lwip_posix_inet_dependency

sys: shell: posix_inet as dependency for LWIP
This commit is contained in:
Oleg Hahm 2024-12-22 10:21:52 +00:00 committed by GitHub
commit a8b4773321
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -204,6 +204,7 @@ ifneq (,$(filter shell_cmd_iw,$(USEMODULE)))
endif
ifneq (,$(filter shell_cmd_lwip_netif,$(USEMODULE)))
USEMODULE += lwip_netif
USEMODULE += posix_inet
endif
ifneq (,$(filter shell_cmd_mci,$(USEMODULE)))
USEMODULE += mci