mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-18 13:23:39 -09:00
Buildroot commit0f2e9cc878bumped the package from 3.11.0 to 3.12.0. This bump includes upstream commit9f8945251dwhich added the usage of enums not present in older kernel versions. The Gitlab pipelines caught the build errors with the defconfig bootlin-aarch64-glibc-old: lib/route/nh_encap_ila.c:50:19: error: ‘ILA_ATTR_IDENT_TYPE’ undeclared (first use in this function) lib/route/nh_encap_ila.c:53:19: error: ‘ILA_ATTR_HOOK_TYPE’ undeclared (first use in this function) Both enums were added to the Linux kernel in version 4.15:fddb231ebe70d5aef48aAdd upstream commit to fix the problem. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>