A quick question to anyone familiar with kernel compiling. So I'm interested in creating a replacement kernel for TC. I want to keep this as simple as possible so I figured I'd use the exact same version of the one currently being used in TC. I wanted to make my simple modifications (e.g. removing/replacing the TC boot graphic), enable the ability for the kernel to accept modules (.ko files), but not actually include any in the compile process to keep the compilation to a minimum. My question is, if I do this will I still be able to use all the kernel modules found in the repo?
Thanks,
Dave