[PATCH v3 2/2] cmd/Kconfig: select CMD_WGET if ARCH_QEMU
Adriano Cordova
adrianox at gmail.com
Wed May 14 18:18:41 CEST 2025
select CMD_WGET for ARCH_QEMU. This way HTTP can be tested
on the qemu platforms in CI.
Signed-off-by: Adriano Cordova <adriano.cordova at canonical.com>
---
(no changes since v1)
cmd/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
--
2.48.1
More information about the U-Boot
mailing list