Skip to content

Commit

Permalink
samples: smp_svr: fix overlay-udp.conf build
Browse files Browse the repository at this point in the history
- fixes overlay-udp.conf build for platforms without TRNG.
- adds TEST_RANDOM_GENERATOR, as for most network samples.

Signed-off-by: Andrej Butok <[email protected]>
  • Loading branch information
butok authored and mmahadevan108 committed Nov 1, 2024
1 parent d1a3f4f commit 5c376ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/subsys/mgmt/mcumgr/smp_svr/overlay-udp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ CONFIG_NET_IPV6=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_CONNECTION_MANAGER=y
CONFIG_NET_CONFIG_SETTINGS=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NET_CONFIG_MY_IPV4_ADDR="192.168.1.1"
CONFIG_NET_CONFIG_MY_IPV6_ADDR="2001:db8::1"

0 comments on commit 5c376ad

Please sign in to comment.