]> git.ipfire.org Git - thirdparty/u-boot.git/commit
cmd: net: wget: fix Kconfig dependency
authorMichael Walle <michael@walle.cc>
Wed, 28 Dec 2022 15:27:15 +0000 (16:27 +0100)
committerTom Rini <trini@konsulko.com>
Thu, 29 Dec 2022 14:50:53 +0000 (09:50 -0500)
commit20422d693004f7a18714c9f9818450821bd78f43
tree1d6a6bebb98b3951bf255a02c81ba24abbd31c88
parentfe1489bc6d25de34baa50fe5798820b0dae537d4
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>
cmd/Kconfig