mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
Since the recent bump of Busybox to 1.37.0 in commited84e971c3, the build fails on configurations with old kernel headers. Indeed, the new CONFIG_FEATURE_IP_LINK_CAN Busybox option uses IFLA_CAN_TERMINATION, which was only introduced in Linux 4.11. This commit addresses this issue by disabling CONFIG_FEATURE_IP_LINK_CAN if the headers are not old enough. Fixes: https://gitlab.com/kubu93/buildroot/-/jobs/9059854451 Fixes:ed84e971c3("package/busybox bump version to 1.37.0") Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Julien Olivain <ju.o@free.fr>