samples/net sntp_client: Replace deprecated option
CONFIG_ETH_NATIVE_POSIX is deprecated in favor of CONFIG_ETH_NATIVE_TAP, let's replace it. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
deffdec545
commit
b7970ccc5f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Copyright (c) 2025 Embeint Inc
|
||||
|
||||
CONFIG_ETH_NATIVE_POSIX=n
|
||||
CONFIG_ETH_NATIVE_TAP=n
|
||||
CONFIG_NET_DRIVERS=y
|
||||
CONFIG_NET_SOCKETS=y
|
||||
CONFIG_NET_SOCKETS_OFFLOAD=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue