configs/bananapi_m2_ultra: add kernel headers version option
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 8 Dec 2018 14:50:14 +0000 (15:50 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 8 Dec 2018 19:51:42 +0000 (20:51 +0100)
commit3467aef18386068085f0848e245c8bd4ca1c9863
tree8ff2af0dbb22ab584a23a1eb41b6e2a0583df331
parentcad6f1fabb6b67bb2c6b5222cd4d3cfd351b22fc
configs/bananapi_m2_ultra: add kernel headers version option

The bananapi_m2_plus defconfig uses a 4.18 kernel, but doesn't specify
anything for the kernel headers version, so the Buildroot default gets
used, which currently is 4.19. Since 4.19 is newer than 4.18,
Buildroot rightfully whines:

  Incorrect selection of kernel headers: expected 4.19.x, got 4.18.x

Let's fix this by telling this defconfig to use the headers from the
kernel, and that they are of version 4.18.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/131216938

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/bananapi_m2_ultra_defconfig