mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
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:
committed by
Tom Rini
parent
3e58991339
commit
ec1d9f3fe8
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user