mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:52:44 +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:
commit
a8b4773321
@ -204,6 +204,7 @@ ifneq (,$(filter shell_cmd_iw,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
ifneq (,$(filter shell_cmd_lwip_netif,$(USEMODULE)))
|
ifneq (,$(filter shell_cmd_lwip_netif,$(USEMODULE)))
|
||||||
USEMODULE += lwip_netif
|
USEMODULE += lwip_netif
|
||||||
|
USEMODULE += posix_inet
|
||||||
endif
|
endif
|
||||||
ifneq (,$(filter shell_cmd_mci,$(USEMODULE)))
|
ifneq (,$(filter shell_cmd_mci,$(USEMODULE)))
|
||||||
USEMODULE += mci
|
USEMODULE += mci
|
||||||
|
Loading…
Reference in New Issue
Block a user