summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-12-29 09:51:00 -0500
committerTom Rini <[email protected]>2022-12-29 09:51:00 -0500
commit9348d93b0d7c43fd359feb2ea1ca8c8aa1d9e6d0 (patch)
tree24564eb269a3b234e3303398b231538d55fb6e21 /cmd
parentadcee0791f3318ead9b22879e2ce9409f400dcab (diff)
parentec9efcf62a1d0123dfd4419c56aa61d4ff69f0f5 (diff)
Merge branch '2022-12-29-assorted-further-fixes'
- Rework Azure CI jobs for Rockchip, minor fixes for wget and correct a one of the runtime problems on a number of PowerPC platforms.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index d93731f2af6..b2d75987170 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1814,7 +1814,7 @@ config SYS_DISABLE_AUTOLOAD
config CMD_WGET
bool "wget"
- select TCP
+ select PROT_TCP
help
wget is a simple command to download kernel, or other files,
from a http server over TCP.