BusyBox1.1.3, Dropbear 0.48.1, Coreutils 5.96
Just a quick note (I'm late for something as usual) I put together some nifty packages for the above. I posted them at http://people.openezx.org/daniel. I also have a somewhat generic building script for compiling software packages that was inspired by Dan Kegel's build script for ezx-crosstool. The Dropbear build includes some patches to make it work better on the a780 (specifically, where the home dir under /etc/password is invalid).
I'm working on a modified version of the latest strace, a command line app to bring your gprs connection up and down called gprsctrl, and a realtime gps / webmapping app (show where you are in real-time on your webpage type of thing). These aren't ready yet. After those, I will probably start trying to work on openezx drivers, which will be a new area for me (I haven't done device drivers since DOS TSRs 
Daniel
<pre>dd if=/dev/zero of=/ram/awsomeswap bs=1024 count=16384
mkswap -v0 /ram/awesomeswap 16384
sync
swapon /ram/awesomeswap</pre>