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 <adriano.cordova@canonical.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
Adriano Cordova
2025-05-16 04:52:56 -04:00
committed by Tom Rini
parent 3e58991339
commit ec1d9f3fe8

View File

@@ -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,