That thing with the http proxy is a good observation. It works without one, but 3.8.4 also works using the same proxy:svolli@box:~$ version
tinycore_3.8.4
svolli@box:~$ tce-load -w sstrip ; ls -l /mnt/hda1/tce/optional/sstrip.tcz*
Downloading: sstrip.tcz
wget: server returned error: HTTP/1.0 416 Unknown
Connecting to proxy:8080 (192.168.242.1:8080)
wget: server returned error: HTTP/1.0 416 Unknown
sstrip.tcz: OK
-rw-rw-r-- 1 svolli staff 4096 Jun 14 2010 /mnt/hda1/tce/optional/sstrip.tcz
-rw-rw-r-- 1 svolli staff 45 Sep 12 22:01 /mnt/hda1/tce/optional/sstrip.tcz.md5.txt
svolli@box:~$ tce-load -w sstrip ; ls -l /mnt/hda1/tce/optional/sstrip.tcz*
Downloading: sstrip.tcz
wget: server returned error: HTTP/1.0 416 Unknown
Connecting to proxy:8080 (192.168.242.1:8080)
wget: server returned error: HTTP/1.0 416 Unknown
sstrip.tcz: OK
-rw-rw-r-- 1 svolli staff 4096 Jun 14 2010 /mnt/hda1/tce/optional/sstrip.tcz
-rw-rw-r-- 1 svolli staff 45 Sep 12 22:01 /mnt/hda1/tce/optional/sstrip.tcz.md5.txt
So now know, what we need to look for: it's a bug in the busybox wget, when using the -c option over a proxy server:svolli@box:~$ wget -c http://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/sstrip
.tcz.md5.txt
Connecting to proxy:8080 (192.168.242.1:8080)
sstrip.tcz.md5.txt 100% |*******************************| 45 0:00:00 ETA
svolli@box:~$ wget -c http://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/sstrip
.tcz.md5.txt
Connecting to proxy:8080 (192.168.242.1:8080)
sstrip.tcz.md5.txt 100% |*******************************| 90 0:00:00 ETA
svolli@box:~$ wget -c http://distro.ibiblio.org/tinycorelinux/4.x/x86/tcz/sstrip
.tcz.md5.txt
Connecting to proxy:8080 (192.168.242.1:8080)
sstrip.tcz.md5.txt 100% |*******************************| 135 0:00:00 ETA
If nobody has done it 'til then, I'll file in a bug report tomorrow. For now, it's bedtime.