apps//netutils/webclient/Kconfig: NET_SOCKOPTS is needed to get webclient compiled.

This commit is contained in:
Alan Carvalho de Assis 2019-02-24 13:54:33 -06:00 committed by Gregory Nutt
parent 9fbc93ec9f
commit 5492fcdafa

View File

@ -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.