Skip to content

Commit cd71db0

Browse files
laodzudpgeorge
authored andcommitted
zephyr: Fix prj.conf for v4.1-rc1.
The (deprecated) kconfig option NET_SOCKETS_POSIX_NAMES was removed in commit abad505bdeed6102061767f45acd63323973f564 so remove it from our configuration. As the option has been deprecated longer, this also works for v3.7 and v4.0 the other still supported versions. Signed-off-by: Detlev Zundel <[email protected]>
1 parent 6406afb commit cd71db0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/zephyr/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ CONFIG_NET_IPV6=y
2929
CONFIG_NET_UDP=y
3030
CONFIG_NET_TCP=y
3131
CONFIG_NET_SOCKETS=y
32-
CONFIG_NET_SOCKETS_POSIX_NAMES=n
3332
CONFIG_TEST_RANDOM_GENERATOR=y
3433

3534
CONFIG_NET_CONFIG_SETTINGS=y

0 commit comments

Comments
 (0)