feat(example): Add force select LWIP_IPV6 when using socket IPv6 example

This commit is contained in:
Dong Heng
2018-10-30 14:33:08 +08:00
parent 8832cb2ad0
commit b68424d995
5 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,7 @@ config EXAMPLE_IPV4
bool "IPV4"
config EXAMPLE_IPV6
select LWIP_IPV6
bool "IPV6"
endchoice

View File

@ -23,6 +23,7 @@ config EXAMPLE_IPV4
config EXAMPLE_IPV6
bool "IPV6"
select LWIP_IPV6
endchoice

View File

@ -23,6 +23,7 @@ config EXAMPLE_IPV4
config EXAMPLE_IPV6
bool "IPV6"
select LWIP_IPV6
endchoice

View File

@ -38,6 +38,7 @@ config EXAMPLE_IPV4
bool
config EXAMPLE_IPV6
bool
select LWIP_IPV6
config EXAMPLE_MULTICAST_IPV4_ADDR
string "Multicast IPV4 Address (send & receive)"

View File

@ -23,6 +23,7 @@ config EXAMPLE_IPV4
config EXAMPLE_IPV6
bool "IPV6"
select LWIP_IPV6
endchoice