Hi Dominik,
There is already support for the LEDs using the generic leds-gpio driver in 2.6. There is no applet as such but you can control the LEDs via the sysfs system (/sys/class/leds/xxxx).
Currently, the LEDs are active on the DG834G, DSL502T, and FritzBox boards. Whether your board is supported will depend on how similar it is to the DSL502T. If it's not the same, then you will need to find out which GPIO lines drive the LEDs and edit platform.c appropriately to add support for this board.
I have been working on getting all the LEDs driven correctly for the DG834G. So far I have the DSL LED working (see ticket #2996), and Oliver has an led-trigger to drive the WAN/PPP, WIFI and ethernet LEDs (see ticket #2776). I am currently working on ensuring the power LED is on from startup, and have a working patch that just need to be agreed with the LEDs maintainer. I also have a rough uci config for all the LEDs.
This has all taken me a bit longer than I hoped, but I'll try to clean up what I have and post it to a ticket soon. Any help would be greatly appreciated though, so if you'd like to test any of it before then, PM me and I'll send you the patches as they are.
Regards,
Nick.