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

SVN-Revision: 6958
This commit is contained in:
Florian Fainelli 2007-04-15 19:44:15 +00:00
parent 449a4f4079
commit 5203f99da6

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