commit | 84e7b0a1a0c430f2311d5dca1c1523d60e4e160b | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Fri Aug 23 15:48:41 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 23 09:53:03 2024 -0600 |
tree | b99a063c9f3d6ef230dcb73fc92451b05e601567 | |
parent | 92cd85b9c597b191e2fe1b980a41baaa3e25cde9 [diff] |
configs: set CONFIG_NET=y when PXE is enabled Many platforms won't build when NET_LWIP is the default choice in Kconfig: include/config_distro_bootcmd.h:443:9: error: expected '}' before 'BOOT_TARGET_DEVICES_references_PXE_without_CONFIG_CMD_DHCP_or_PXE' [...] Set the legacy stack (CONFIG_NET=y) for these platforms. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>