commit | 34aa07541f9aa98aba0e1a97f07efd3de3ab0f73 | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Wed Dec 28 16:27:15 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 29 09:50:53 2022 -0500 |
tree | 1d6a6bebb98b3951bf255a02c81ba24abbd31c88 | |
parent | caad55bbf3e931d3f2b0aa678a2587e52feb7613 [diff] |
cmd: net: wget: fix Kconfig dependency The wget command uses TCP, but fails to select PROT_TCP in Kconfig. Instead it selects the non-existing symbol TCP. Fix the typo. Signed-off-by: Michael Walle <michael@walle.cc>