git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4910a7c
)
efi: Select also CMD_DHCP from EFI_HTTP_BOOT
author
Jan Kiszka
<jan.kiszka@siemens.com>
Tue, 19 Aug 2025 14:33:52 +0000
(16:33 +0200)
committer
Heinrich Schuchardt
<heinrich.schuchardt@canonical.com>
Sat, 30 Aug 2025 18:45:33 +0000
(20:45 +0200)
This is needed because distro_efi_read_bootflow_net will then need
dhcp_run which is not already enabled by CMD_NET.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
lib/efi_loader/Kconfig
patch
|
blob
|
history
diff --git
a/lib/efi_loader/Kconfig
b/lib/efi_loader/Kconfig
index
a7092c2
..
900113c
100644
(file)
--- a/
lib/efi_loader/Kconfig
+++ b/
lib/efi_loader/Kconfig
@@
-565,6
+565,7
@@
config EFI_HTTP_BOOT
bool "EFI HTTP Boot support"
depends on NET || NET_LWIP
select CMD_NET
+ select CMD_DHCP
select CMD_DNS
select CMD_WGET
select BLKMAP