net: CONFIG_NET_DEVICES in dhcp_handler()
The symbol CONFIG_NET_DEVICES does not exist.
The correct name is CONFIG_NETDEVICES.
Fixes: 77b5c4a5b1
("efi_loader: Let networking support depend on NETDEVICES")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
be2e42fa95
commit
bdb060a3eb
@ -1078,7 +1078,7 @@ static void dhcp_handler(uchar *pkt, unsigned dest, struct in_addr sip,
|
|||||||
#endif /* CONFIG_SYS_BOOTFILE_PREFIX */
|
#endif /* CONFIG_SYS_BOOTFILE_PREFIX */
|
||||||
dhcp_packet_process_options(bp);
|
dhcp_packet_process_options(bp);
|
||||||
if (CONFIG_IS_ENABLED(EFI_LOADER) &&
|
if (CONFIG_IS_ENABLED(EFI_LOADER) &&
|
||||||
CONFIG_IS_ENABLED(NET_DEVICES))
|
CONFIG_IS_ENABLED(NETDEVICES))
|
||||||
efi_net_set_dhcp_ack(pkt, len);
|
efi_net_set_dhcp_ack(pkt, len);
|
||||||
|
|
||||||
#if defined(CONFIG_SERVERIP_FROM_PROXYDHCP)
|
#if defined(CONFIG_SERVERIP_FROM_PROXYDHCP)
|
||||||
|
Loading…
Reference in New Issue
Block a user