]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd/Kconfig: select CMD_WGET if ARCH_QEMU
authorAdriano Cordova <adrianox@gmail.com>
Fri, 16 May 2025 08:52:56 +0000 (04:52 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 30 May 2025 17:19:44 +0000 (11:19 -0600)
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>
cmd/Kconfig

index f21d27cb27f28267963e0d264e4cb9e7e791b0e8..fa353c6fcac51cc095eca3ea148d66b180228338 100644 (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,