From: Andrew Goodbody Date: Fri, 12 Dec 2025 11:32:29 +0000 (+0000) Subject: configs: qemu_arm64_lwip_defconfig: enable CMD_NFS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f916c819a33e7e6314e92e37fb9fbdba46432a05;p=thirdparty%2Fu-boot.git configs: qemu_arm64_lwip_defconfig: enable CMD_NFS Enable NFS command so that it gets built by CI and can be tested more easily. Signed-off-by: Andrew Goodbody Acked-by: Jerome Forissier --- diff --git a/configs/qemu_arm64_lwip_defconfig b/configs/qemu_arm64_lwip_defconfig index e8f976efaf7..a974970c3d3 100644 --- a/configs/qemu_arm64_lwip_defconfig +++ b/configs/qemu_arm64_lwip_defconfig @@ -5,6 +5,7 @@ CONFIG_ARCH_QEMU=y CONFIG_NET_LWIP=y CONFIG_CMD_DNS=y +CONFIG_CMD_NFS=y CONFIG_CMD_SNTP=y CONFIG_CMD_WGET=y CONFIG_EFI_HTTP_BOOT=y