How to prelink kernel modules?

Hello,
I'm using vocore2, and I'm running the openwrt19th version, so now I want to decrease the boot time of vocore2, to do that I need to prelink the kernel modules, can anyone tell me how to prelink the kerne modules in openwrt?

You mean include in the kernel?

Star instead of M in menuconfig, if my memory serves me right.

1 Like

I remember prelinking from a distant past, I had to look it up again. From what I could find it applies to libraries and binaries, but not to kernel modules. That's how I remember it as well.

If you want the drivers built into your kernel, then set them as [*] in menuconfig like @frollic suggests. That should speed up things a bit (by how much, no idea).

1 Like