mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-22 12:51:25 +03:00
raw has been dropped from kernel since version 5.14 and
603e4922f1
resulting in the following build failure:
configure: error: raw selected, but required raw.h header file not available
https://github.com/karelzak/util-linux/issues/1442
Fixes:
- http://autobuild.buildroot.org/results/d009d663a7c3c75872b19a92d3eadd3ecee2df63
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>