I still haven't got python running as yet, due to missing libraries. At the moment, I am stuck on:
Code:
/opt/bin/python2.4: can't load library 'libstdc++.so.6'
I have noticed this page: http://www.rahul.net/dholmes/ctorrent/ctcs.html

... and that package seems to promise a web interface GUI for enhanced-ctorrent.

I noticed also that the package ctcs is included in the optware repositories, so I tried to install ctcs, and I got this:
Code:
$ ipkg install ctcs
Installing ctcs (1.2-6) to root...
Downloading http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable/ctcs_1.2-6_mipsel.ipk
Nothing to be done
An error ocurred, return value: 1.
Collected errors:
ERROR: Cannot satisfy the following dependencies for ctcs:
         perl
So, it depends on perl. Hoping that this was a "too many nested dependencies" issue, I tried to install perl, and I got this:
Code:
$ ipkg install perl
Nothing to be done
An error ocurred, return value: 4.
Collected errors:
Cannot find package perl.
Check the spelling or perhaps run 'ipkg update'
It looks more and more like in order to be useful, the repositories need to be expanded a bit. I would be prepared to have a go at cross-compiling some package (such as perl) if I had any idea how to set up a build environment for the WL700ge optware target.

I normally run Debian Linux on my PC, so a cross-compilation under gcc should be possible to do. I would also need to be able to package the output files.

Can anyone point me to some URLs for any help here?