apps//netutils/webclient/Kconfig: NET_SOCKOPTS is needed to get webclient compiled.
This commit is contained in:
parent
9fbc93ec9f
commit
5492fcdafa
@ -8,6 +8,7 @@ config NETUTILS_WEBCLIENT
|
|||||||
default n
|
default n
|
||||||
depends on NET_TCP
|
depends on NET_TCP
|
||||||
select LIBC_NETDB
|
select LIBC_NETDB
|
||||||
|
select NET_SOCKOPTS
|
||||||
---help---
|
---help---
|
||||||
Enable support for the uIP web client.
|
Enable support for the uIP web client.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user