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:
commit
a8b4773321
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user