diff options
| author | Tom Rini <[email protected]> | 2022-12-29 09:51:00 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-29 09:51:00 -0500 |
| commit | 9348d93b0d7c43fd359feb2ea1ca8c8aa1d9e6d0 (patch) | |
| tree | 24564eb269a3b234e3303398b231538d55fb6e21 /cmd | |
| parent | adcee0791f3318ead9b22879e2ce9409f400dcab (diff) | |
| parent | ec9efcf62a1d0123dfd4419c56aa61d4ff69f0f5 (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/Kconfig | 2 |
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. |
