summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-03-20 14:53:29 -0600
committerJerome Forissier <[email protected]>2026-03-31 16:43:28 +0200
commit078e2663e44ae36a66d4f4cd9b6506689e328633 (patch)
treefdbdb24aab0039d8aadfbf016133109c588b92fb /cmd
parent803e5cc5f9dd47b4f4361270831dd02737657b47 (diff)
net: lwip: nfs: Add missing dependency
In order to use NFS with lwIP we need to select PROT_UDP_LWIP. Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Jerome Forissier <[email protected]>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index a96d6472359..08af0003a9f 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2229,6 +2229,7 @@ config CMD_MDIO
config CMD_NFS
bool "nfs"
+ select PROT_UDP_LWIP if NET_LWIP
help
Boot image via network using NFS protocol.