kernel: bpf-headers: fix build error when testing kernel is used
authorAnsuel Smith <[email protected]>
Sat, 22 Jan 2022 20:27:49 +0000 (21:27 +0100)
committerPaul Spooren <[email protected]>
Sun, 6 Feb 2022 11:43:57 +0000 (12:43 +0100)
commit4d904524effc9eb0cc5094574c55d3a520803223
treecfa7f61d0c6951ca819fe586f117e26dc50ea1cc
parent1b311aab3141bbea5667be4517e2599e6235cca0
kernel: bpf-headers: fix build error when testing kernel is used

Now that we have separate files for each kernel version,
only the version/hash for the target kernel are available.
This cause a missing hash error (and wrong kernel version) for
bpf-headers when a testing kernel version is used for the current target.

Fix this error by manually including the kernel version/hash file for the
specific kernel version requested.

Signed-off-by: Ansuel Smith <[email protected]>
package/kernel/bpf-headers/Makefile