From: Max Merchel Date: Fri, 16 Jan 2026 10:53:38 +0000 (+0100) Subject: configs: tqma6: activate CONFIG_CMD_NFS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fad0b4018bb333d9a9178472d431cdc7efcfe54;p=thirdparty%2Fu-boot.git configs: tqma6: activate CONFIG_CMD_NFS activate CONFIG_CMD_NFS for nfs boot posibility Signed-off-by: Max Merchel --- diff --git a/configs/tqma6_mba6_common.defconfig b/configs/tqma6_mba6_common.defconfig index 93517474b21..6865d3b2641 100644 --- a/configs/tqma6_mba6_common.defconfig +++ b/configs/tqma6_mba6_common.defconfig @@ -27,6 +27,7 @@ CONFIG_CMD_I2C=y CONFIG_CMD_MMC=y CONFIG_CMD_SPI=y CONFIG_CMD_TEMPERATURE=y +CONFIG_CMD_NFS=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y