wlan led was backwards
[openwrt/svn-archive/openwrt.git] / openwrt / target / linux / package / diag / src / diag.c
index 5f460f59d955307c2dc1acf20944175d2e83aa07..d975137f8747f7d9bc8235ab5539c92a1527d98a 100644 (file)
@@ -364,7 +364,7 @@ static struct platform_t __init platforms[] = {
                },
                .leds           = {
                        { .name = "power",      .gpio = 1 << 1, .polarity = NORMAL },
-                       { .name = "wlan",       .gpio = 1 << 0, .polarity = NORMAL },
+                       { .name = "wlan",       .gpio = 1 << 0, .polarity = REVERSE },
                        { .name = "dmz",        .gpio = 1 << 6, .polarity = REVERSE },
                        { .name = "diag",       .gpio = 1 << 7, .polarity = REVERSE },
                },