
29 Mar
2018
29 Mar
'18
5:39 p.m.
On Thu, Mar 29, 2018 at 10:17 AM, Alex Kiernan alex.kiernan@gmail.com wrote:
If DHCP/PXE commands are disabled then the compilation fails due to bootargs attempting to use them:
include/config_distro_bootcmd.h:319:2: error: expected ‘}’ before ‘BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE’
Ensure that if the command aren't enabled, we don't try and use them.
Signed-off-by: Alex Kiernan alex.kiernan@gmail.com
Acked-by: Joe Hershberger joe.hershberger@ni.com