Hi,
Would it be possible to compile future versions of the TinyCore kernel with the option:
CONFIG_SQUASHFS_XZ=y
This would allow the mounting of xz compressed extensions created with mksquashfs dir extension.tcz -comp xz.
As many are aware, xz provides significant improvement in compression / space reduction compared to gzip.
Secondly, rather that compressing kernel modules with *.ko.gz, they could also be compressed to *.ko.xz to save even more space.