mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-02 09:46:37 +03:00
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 <trini@konsulko.com> Reviewed-by: Jerome Forissier <jerome.forissier@arm.com>
This commit is contained in:
committed by
Jerome Forissier
parent
803e5cc5f9
commit
078e2663e4
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user