select CMD_WGET for ARCH_QEMU. This way HTTP can be tested
on the qemu platforms in CI.

Signed-off-by: Adriano Cordova <adriano.cord...@canonical.com>
Reviewed-by: Tom Rini <tr...@konsulko.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

Reply via email to