Skip to content

Commit 0be2c3f

Browse files
mshawcroftTomasz Bursztyka
authored andcommitted
samples/dhcpv4: Add missing NET_MGMT configury.
Add missing NET_MGMT configury for frdm_k64f, accidentally omitted from: 5267ad9 Change-Id: I9a6da75f7a036182f44abe8207c7732030ab187e Signed-off-by: Marcus Shawcroft <[email protected]>
1 parent 225dc3f commit 0be2c3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

samples/net/dhcpv4_client/prj_frdm_k64f.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@ CONFIG_NET_DEBUG_IPV4=y
2525
CONFIG_NET_DEBUG_ICMPV4=y
2626
CONFIG_NET_DEBUG_UDP=y
2727
CONFIG_NET_RX_STACK_SIZE=2048
28+
29+
CONFIG_NET_MGMT=y
30+
CONFIG_NET_MGMT_EVENT=y

0 commit comments

Comments
 (0)