samples: net: civetweb: Remove an unnecessary config option
CONFIG_NET_SOCKETS_POSIX_NAMES is incompatible with POSIX_API, so it's disabled by the build system. It's no longer required anyway. It is a leftover from before #16557 was merged. Signed-off-by: Piotr Zierhoffer <pzierhoffer@antmicro.com>
This commit is contained in:
parent
35d4177a0b
commit
0c378149c4
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ CONFIG_NET_IPV4=y
|
|||
# CONFIG_NET_IPV6 is not set
|
||||
CONFIG_NET_TCP=y
|
||||
CONFIG_NET_SOCKETS=y
|
||||
CONFIG_NET_SOCKETS_POSIX_NAMES=y
|
||||
CONFIG_MINIMAL_LIBC_MALLOC_ARENA_SIZE=131072
|
||||
CONFIG_NET_TX_STACK_SIZE=8192
|
||||
CONFIG_NET_RX_STACK_SIZE=8192
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue