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:
parent
243ca3114b
commit
d330040b0f
@ -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