diff options
| author | Marek Vasut <[email protected]> | 2026-03-25 02:06:47 +0100 |
|---|---|---|
| committer | Jerome Forissier <[email protected]> | 2026-03-31 16:54:49 +0200 |
| commit | b3e303b60f39149085a21d7c4bbc5138d4506a70 (patch) | |
| tree | cb485675e451bf70a3b1b8633491677a10e4a024 | |
| parent | 2edd015cd578dd6e157499e6bd55082637f72bf3 (diff) | |
cmd: dhcp: Select CMD_BOOTP
The DHCP command depends on bootp_reset() function, which is implemented
only if CMD_BOOTP is enabled. Select CMD_BOOTP to satisfy the dependency.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Reviewed-by: Kory Maincent <[email protected]>
| -rw-r--r-- | cmd/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 3fd426d3d44..81c64d9ba85 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -2195,6 +2195,7 @@ endif # if NET config CMD_DHCP bool "dhcp" select PROT_DHCP_LWIP if NET_LWIP + select CMD_BOOTP help Boot image via network using DHCP/TFTP protocol |
