I have to add backported drivers to my 5.15 kernel source in order to create a embedded Linux on kernel 5.15 compatible with newer devices like 5ghz wifi dongles.
But it fails stating it wanted to copy a file from new linux that only exists in the old linux
Have I understood that wrong?
Edit: it says it does not find …/lib/memneq.c which seems not existing there at least since 6.2 🤔
Edit2: I fear that it only backports 5.15 drivers to even older kernels 😮 so, I think I have to integrate lwfinger‘s rtw88 backport into my 5.15 kernel sources, somehow, after all