How do I solve this issue now?
Two ways:
sudo chroot path depmod -a 2.6.29.1-tinycore
where "path" is the path to your temporary root filesystem, or
sudo rm /lib/modules/2.6.29.1-tinycore/kernel.tclocal
and
sudo ln -s -f ../../../usr/local/lib/modules/2.6.29.1-tinycore/kernel /lib/modules/2.6.29.1-tinycore/kernel.tclocal