Fix reverse polarity on WGT634U (was : green while booting, amber when ready)
SVN-Revision: 6958
This commit is contained in:
parent
449a4f4079
commit
5203f99da6
@ -503,7 +503,7 @@ static struct platform_t __initdata platforms[] = {
|
|||||||
{ .name = "reset", .gpio = 1 << 2 },
|
{ .name = "reset", .gpio = 1 << 2 },
|
||||||
},
|
},
|
||||||
.leds = {
|
.leds = {
|
||||||
{ .name = "power", .gpio = 1 << 3, .polarity = REVERSE },
|
{ .name = "power", .gpio = 1 << 3, .polarity = NORMAL },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
/* Trendware */
|
/* Trendware */
|
||||||
|
Loading…
Reference in New Issue
Block a user