Skip to content

Commit b7970cc

Browse files
aescolarkartben
authored andcommitted
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 <[email protected]>
1 parent deffdec commit b7970cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/net/sockets/sntp_client/overlay-nsos.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright (c) 2025 Embeint Inc
22

3-
CONFIG_ETH_NATIVE_POSIX=n
3+
CONFIG_ETH_NATIVE_TAP=n
44
CONFIG_NET_DRIVERS=y
55
CONFIG_NET_SOCKETS=y
66
CONFIG_NET_SOCKETS_OFFLOAD=y

0 commit comments

Comments
 (0)