package/util-linux: disable raw with kernel >= 5.14
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 12 Sep 2021 09:11:36 +0000 (11:11 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 12 Sep 2021 09:26:57 +0000 (11:26 +0200)
commit63f34c54090a70987a707346a6e77d1a6fbead99
treec8e2641ae6e9927c9e95bc96731186c4e066915b
parentaf99e7a5f386304967480fcf68e55131f26f9b4f
package/util-linux: disable raw with kernel >= 5.14

raw has been dropped from kernel since version 5.14 and
https://github.com/torvalds/linux/commit/603e4922f1c81fc2ed3a87b4f91a8d3aafc7e093
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>
package/util-linux/Config.in