Fix reverse polarity on WGT634U (was : green while booting, amber when ready)
authorFlorian Fainelli <florian@openwrt.org>
Sun, 15 Apr 2007 19:44:15 +0000 (19:44 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sun, 15 Apr 2007 19:44:15 +0000 (19:44 +0000)
SVN-Revision: 6958

package/broadcom-diag/src/diag.c

index a47d13993d9b99d4a4c3bafcc9b1a980827f495a..2441ce9ddac972f9458f0a4c6feb36de2a2de4bd 100644 (file)
@@ -503,7 +503,7 @@ static struct platform_t __initdata platforms[] = {
                        { .name = "reset",      .gpio = 1 << 2 },
                },
                .leds           = {
-                       { .name = "power",      .gpio = 1 << 3, .polarity = REVERSE },
+                       { .name = "power",      .gpio = 1 << 3, .polarity = NORMAL },
                },
        },
        /* Trendware */