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:
Alberto Escolar Piedras 2025-03-10 17:03:10 +01:00 committed by Benjamin Cabé
commit b7970ccc5f

View file

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