summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorYasuharu Shibata <[email protected]>2024-08-14 21:41:06 +0900
committerTom Rini <[email protected]>2024-08-15 11:32:12 -0600
commit4f64730f8d00435d6350d9085ed7d38a77e583be (patch)
tree477ade391a122f421ada5806a1245cc328e37bbc /cmd
parentc964f331bed6a847b1557703d9af68c2c8d8b2c6 (diff)
sandbox: Enable wget command
Enable this so that the tests run. Fix a few warnings in the code so that CI passes. Signed-off-by: Simon Glass <[email protected]> Signed-off-by: Yasuharu Shibata <[email protected]>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 8af136d2bd4..43f78a5aeb1 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2010,6 +2010,7 @@ config SYS_DISABLE_AUTOLOAD
config CMD_WGET
bool "wget"
select PROT_TCP
+ default y if SANDBOX
help
wget is a simple command to download kernel, or other files,
from a http server over TCP.