net: cmd: Correct dependencies for CMD_PXE

The CMD_PXE functionality can only build with CMD_TFTPBOOT enabled (or
we get undefined references to do_tftpb), so express this dependency in
Kconfig.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2026-03-23 13:52:53 -06:00
committed by Jerome Forissier
parent 9d0b183804
commit 66da793b69

View File

@@ -2314,7 +2314,7 @@ config WGET_BUILTIN_CACERT_PATH
config CMD_PXE
bool "pxe"
select PXE_UTILS
imply CMD_TFTPBOOT
select CMD_TFTPBOOT
help
Boot image via network using PXE protocol