I'm using hardware that requires a driver to be built which is not present in the kernel source tree, i.e. not "part of" linux. Currently I'm finding it necessary to rebuild and install the driver manually every time I start using a new kernel version. Is there a way to streamline this process?
Asked
Active
Viewed 7,154 times
1 Answers
5
For automatically recompiling kernel modules after a kernel update, i know of two options:

dnferro
- 101