mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-10 06:55:15 +00:00
apps//netutils/webclient/Kconfig: NET_SOCKOPTS is needed to get webclient compiled.
This commit is contained in:
parent
9fbc93ec9f
commit
5492fcdafa
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ config NETUTILS_WEBCLIENT
|
|||
default n
|
||||
depends on NET_TCP
|
||||
select LIBC_NETDB
|
||||
select NET_SOCKOPTS
|
||||
---help---
|
||||
Enable support for the uIP web client.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue