configs/orangepi_{lite2, one_plus}: use correct kernel headers version
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 22 Feb 2019 21:13:05 +0000 (22:13 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 22 Feb 2019 21:30:29 +0000 (22:30 +0100)
commitc8b32ce8ac9031a764c61c6e25af36fded2c34aa
treef1224c68145b5d7fe57b821fbaff6ecc68e33336
parent2a01a328195090c45d2b2407680cbf567f547643
configs/orangepi_{lite2, one_plus}: use correct kernel headers version

In the following commits:

85f4bd9425b4ee74839202ab012d193a0175c5fa configs/orangepi_lite2: fix kernel headers option
506cdeb2d08811f309c6dc80c0098bf1ccdee21a configs/orangepi_one_plus: fix kernel headers option

We fixed the orangepi_lite2 and orangepi_one_plus defconfigs to use
the BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_X_Y option. However, we were
mistaken by the existing comment saying that 4.18 kernel headers
should be used. This was wrong, as the kernel source code in use is
4.19, so this commit fixes the
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_X_Y to use the correct version.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/165766089
  https://gitlab.com/buildroot.org/buildroot/-/jobs/165766093

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
configs/orangepi_lite2_defconfig
configs/orangepi_one_plus_defconfig