From: Adriano Cordova Date: Fri, 16 May 2025 08:52:56 +0000 (-0400) Subject: cmd/Kconfig: select CMD_WGET if ARCH_QEMU X-Git-Tag: v2025.10-rc1~118^2~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec1d9f3fe81708ef7e5e45a46564f286404a7aba;p=thirdparty%2Fu-boot.git cmd/Kconfig: select CMD_WGET if ARCH_QEMU select CMD_WGET for ARCH_QEMU. This way HTTP can be tested on the qemu platforms in CI. Signed-off-by: Adriano Cordova Reviewed-by: Tom Rini Reviewed-by: Ilias Apalodimas --- diff --git a/cmd/Kconfig b/cmd/Kconfig index f21d27cb27f..fa353c6fcac 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2153,7 +2153,7 @@ config CMD_TFTPBOOT config CMD_WGET bool "wget" - default y if SANDBOX + default y if SANDBOX || ARCH_QEMU select WGET help wget is a simple command to download kernel, or other files,