lwip: fix build with CONFIG_LWIP_DHCPS disabled

Also added example build configuration for this option.
This commit is contained in:
Mahavir Jain
2022-04-11 07:33:51 +05:30
committed by BOT
parent 466e8702b8
commit 467e9c07d6
3 changed files with 5 additions and 0 deletions

View File

@@ -2,3 +2,4 @@ CONFIG_EXAMPLE_IPV4=y
CONFIG_EXAMPLE_IPV6=n
CONFIG_EXAMPLE_CONNECT_IPV6=n
CONFIG_LWIP_IPV6=n
CONFIG_LWIP_DHCPS=n