Skip to content

Commit f6b35e6

Browse files
mniestrojdkalowsk
authored andcommitted
tests: net: conn_mgr_nsos: fix CONFIG_ETH_NATIVE_TAP=n
Update option name s/CONFIG_ETH_NATIVE_POSIX/CONFIG_ETH_NATIVE_TAP/, which follows recent Zephyr change. Fixes 78f8006 ("drivers/ethernet/eth_native_posix: Rename to eth_native_tap") Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
1 parent 328a96c commit f6b35e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/net/conn_mgr_nsos/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CONFIG_ENTROPY_GENERATOR=y
1010
CONFIG_TEST_RANDOM_GENERATOR=y
1111
CONFIG_ZTEST=y
1212

13-
CONFIG_ETH_NATIVE_POSIX=n
13+
CONFIG_ETH_NATIVE_TAP=n
1414
CONFIG_NET_DRIVERS=y
1515
CONFIG_NET_SOCKETS=y
1616
CONFIG_NET_SOCKETS_OFFLOAD=y

0 commit comments

Comments
 (0)