diff options
| author | Tom Rini <[email protected]> | 2026-03-16 19:24:49 -0600 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2026-05-01 09:11:07 +0200 |
| commit | 9d06ec9fd40726793e03b4adf964a52bbccdf8fe (patch) | |
| tree | 1e14a7c7e29e7e5393f359427c2359f30af83c96 /lib | |
| parent | b52670d37bc855f6c8da63eb51bf84bce4dad90b (diff) | |
EFI Loader: Correct dependencies for EFI_HTTP_BOOT
As exposed by "make randconfig", we have an issue with the dependencies
for EFI_HTTP_BOOT. As this is implemented by running commands (as seen
by what it selects) it must depend on CMDLINE as well.
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_loader/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index 0b6c2eaac60..4cb13ae7c8a 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -610,6 +610,7 @@ config EFI_BOOTMGR config EFI_HTTP_BOOT bool "EFI HTTP Boot support" depends on NET + depends on CMDLINE select CMD_NET select CMD_DHCP select CMD_DNS |
