Customising kernel for low latency.

Ah ha, so the magic to reduce the module sizes was an extra post-compile step to run ‘strip’

#strip --strip-unneeded *.ko

Another domino falls.