starttelnet.image
-----------------

Starts the telnetd daemon on the box. After uploading this
image, you can telnet to your box using the web passwort.

Does not work on the SL box.

Executes the following commands:

  /usr/sbin/telnetd -l /sbin/ar7login


starttelnet_sl.image
--------------------

Just like starttelnet.image but for the SL box. Be careful:
Does NOT ask for a password!

Executes the following commands:

  var/tmp/busybox telnetd -l /bin/sh


uninstall.image
---------------

This image removes all configuration files from several
mods, that survive a firmware update.

ALWAYS KEEP THE FOLLOWING ORDER:

1) upload a unmodified firmware
2) upload uninstall.image

   The message "Error: no error" / "Fehler: Kein Fehler"
   indicates success!

3) reboot the box => uninstall complete

Removes remains from:
- pseudo images (http://www.the-construct.com/traymessage/)
- all changes to debug.cfg
- owb's ipv6 mod
- danisahne mod
- m*.* mod

Executes the following commands:

  # debug.cfg
  echo "clear_id $((0x62))" > /proc/tffs
  # owb's ipv6 mod
  echo "clear_id $((0x3b))" > /proc/tffs
  # danisahne mod
  echo "clear_id $((0x3c))" > /proc/tffs
  # m*.* mod
  echo "clear_id $((0x90))" > /proc/tffs
  echo "clear_id $((0x91))" > /proc/tffs