I think you will need to manually do a "wget".
Main 2 repos:
http://repo.tinycorelinux.net/
http://distro.ibiblio.org/tinycorelinux/
I found the extensions at
http://distro.ibiblio.org/tinycorelinux/8.x/armv6/tcz/ and, while booted into the RPi 2, downloaded the two kernel module extensions listed below using wget. I put them into a directory called /home/tc/tce.
- alsa-modules-4.4.20-piCore+tcz and associated .md5.txt file.
- wireless-4.4.20-piCore+tcz and associated .md5.txt file.
I then installed these two modules using:
tce-load -i <modulename.tcz>
The tce-load command returned OK in each case.
I then removed the SD Card from the RPi 2 and put it into the Zero, booted the Zero and the sound and wireless responses were exactly as before, eg failed.
So, are there any other modules that I need to load? All the others that were associated with alsa and wireless seemed to have exactly the same names as their armv7 counterparts. Should I load them too? Are the armv7 extensions different to the armv6 ones when they have the same name? Will they load alongside the armv7 extensions or overwrite them?
Finally, was my installation process correct?