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

sys: shell: posix_inet as dependency for LWIP

The LWIP netif shell commands make use of POSIX functions like
inet_pton(). Hence, the module needs to be a dependency.
This commit is contained in:
Oleg Hahm 2024-12-21 01:41:25 +01:00
parent 243ca3114b
commit d330040b0f

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