commit | 77b5c4a5b1dcc6dafde116bfdd66f769769a0aeb | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Fri Oct 14 18:10:06 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Nov 06 10:50:04 2022 +0100 |
tree | 55a24eae5815bef26b4c8c3181088bde91c49d09 | |
parent | 607566d010925c53355839c6e6c6451b15adfa58 [diff] |
efi_loader: Let networking support depend on NETDEVICES CONFIG_NET does not imply that there are actually network devices available, only CONFIG_NETDEVICES does. Changing to this dependency obsoletes the check in Kconfig because NETDEVICES means DM_ETH. Fixes: 0efe1bcf5c2c ("efi_loader: Add network access support") Suggested-by: Tom Rini <trini@konsulko.com> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>