Browse Source

Fix reverse polarity on WGT634U (was : green while booting, amber when ready)

SVN-Revision: 6958
Florian Fainelli 19 years ago
parent
commit
5203f99da6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/broadcom-diag/src/diag.c

+ 1 - 1
package/broadcom-diag/src/diag.c

@@ -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 */