Missing kernel modules

Hello,

I am compiling the kernel for a mediatek router, but the final image seems to be missing some .ko. The modules are correctly set up in make kernel_menuconfig, and I can find the .ko in the build directory. They aren't however present in the image, what am I missing?

The kernel package recipes in package/kernel/linux/*.mk could refer to wrong paths. Upstream Linux frequently moves stuff around, merges and splits modules again so filenames and paths might be different between kernel versions.