I'm currently trying to run amuled on my router (AVM Fritzbox 7170) using the mipsel-linux-g++ cross-compiler.
There is one problem with the configure script: the zlib detection is broken. Seems the (unused) string in the generated program is removed by optimization, and the grep fails.
I have made a patch. (The second \n is also required btw.)