zhuravskiy / wl500g

Automatically exported from code.google.com/p/wl500g
0 stars 0 forks source link

RT-N15U LAN and WAN LEDs not supported by gpio binary #437

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
init.c from official 3.0.0.4.374.4422 sources:
[code]
        nvram_set_int("led_lan_gpio", 4|GPIO_ACTIVE_LOW);
        nvram_set_int("led_wan_gpio", 3|GPIO_ACTIVE_LOW);
[/code]
Checked and confirmed for RT-N15U hw A1. gpio 3 0 turns on WAN LED, gpio 4 0 
turns on LAN LED. WAN LED is also controlled with ledbh3

Original issue reported on code.google.com by duke...@gmail.com on 27 Feb 2014 at 7:54

GoogleCodeExporter commented 8 years ago
fixed with r5415

Original comment by themiron.ru on 14 Mar 2014 at 9:57