git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e58991
)
cmd/Kconfig: select CMD_WGET if ARCH_QEMU
author
Adriano Cordova
<adrianox@gmail.com>
Fri, 16 May 2025 08:52:56 +0000
(
04:52
-0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/cmd/Kconfig
b/cmd/Kconfig
index
f21d27c
..
fa353c6
100644
(file)
--- 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,