Skip to content

Commit

Permalink
sys: shell: posix_inet as dependency for LWIP
Browse files Browse the repository at this point in the history
The LWIP netif shell commands make use of POSIX functions like
inet_pton(). Hence, the module needs to be a dependency.
  • Loading branch information
OlegHahm committed Dec 21, 2024
1 parent 243ca31 commit d330040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/shell/Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d330040

Please sign in to comment.