It seems to be working for me, though, I've not done a lot of experiments with it. Most of the problems I'm having are down to accessing the wireless network I'm using. I have noticed that it can be very slow -- I think this is something to do with the IP stack and routing. Sometimes things have been improved by replacing the default route (i.e. doing a "route del default gw XXXXX; route add default gw XXXX" where XXX is the appropriate IP address.
However, I'd managed to brick my iLiad just before this (fortunately the CF Flash worked to recover this), so it might be that there is something hanging around for you from before, or that was not installed by the script. You should be able to extract the data from the .ipk (it's an ar file containing some tar.gz, IIRC), and check to see if the stuff to be installed is all there, and the directories created by the preinst script in one of the tars have been created okay. Painful, I know, but it may point at the problem.
|