
23 Aug
2024
23 Aug
'24
3:48 p.m.
Enable NET_LWIP by default for testing purposes. SANDBOX doesn't support NET_LWIP so default to NET in this case.
Signed-off-by: Jerome Forissier jerome.forissier@linaro.org --- Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/Kconfig b/Kconfig index 6657b9e5e30..2b316afa542 100644 --- a/Kconfig +++ b/Kconfig @@ -749,6 +749,7 @@ menu Networking
choice prompt "Networking stack" + default NET_LWIP if !SANDBOX default NET
config NO_NET
--
2.40.1